~cjwatson/launchpad:db-kafka-offset

Last commit made on 2023-03-13
Get this branch:
git clone -b db-kafka-offset https://git.launchpad.net/~cjwatson/launchpad
Only Colin Watson can upload to this branch. If you are Colin Watson please log in for upload directions.

Branch merges

Branch information

Name:
db-kafka-offset
Repository:
lp:~cjwatson/launchpad

Recent commits

ee8a49c... by Colin Watson

Add KafkaOffset table

In order to consume events from Kafka, we'll need a way to keep track of
our position in any given event stream. This is tracked by topic name
and partition (with the number of partitions depending on the number of
parallel consumers of any given topic). Updating a table of (topic,
partition, offset) in the same transaction as we handle whatever else we
need to do for that event gives us exactly-once event delivery, and
seems to integrate quite nicely into the rest of Launchpad.

Succeeded
[SUCCEEDED] docs:0 (build)
[SUCCEEDED] lint:0 (build)
[SUCCEEDED] mypy:0 (build)
13 of 3 results
1d59975... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to e045650cf03b

e045650... by Jürgen Gmach

fix typo in `package`

Merged from https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/438716

962668b... by Jürgen Gmach

Fix typo in `package`

180afcb... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 997ba17554f0

997ba17... by Guruprasad

Hide the 'Make announcement' link for illegitimate pillar owners

Merged from https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/438674

7cad08d... by Guruprasad

Hide the 'Make announcement' link for illegitimate pillar owners

a1571b4... by Patch Queue Manager <email address hidden>

Automatic merge from stable up to 8a2b15ca702f

8a2b15c... by Colin Watson

Prepare for use of non-pytz timezones

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/438651

Failed
[FAILED] docs:0 (build)
[WAITING] lint:0 (build)
[WAITING] mypy:0 (build)
13 of 3 results
a3e80a4... by Colin Watson

Partially revert timeline traceback handling changes

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/438639