Fixed bug on first start-up (no current offsets)
[demos/kafka/outbox] / delivery / src / main / java / de / juplo / kafka / outbox / delivery / OutboxProducer.java
2021-02-06 Kai MoritzFixed bug on first start-up (no current offsets) eod-outbox-alt
2021-02-06 Kai MoritzSend messages are deleted individually after a crash
2021-02-06 Kai MoritzThe OutboxProducer restores the sequence-number from...
2021-01-31 Kai MoritzMoved the name of the header for the sequence-number...
2021-01-30 Kai MoritzEnabled idempotence for the producer
2021-01-30 Kai MoritzReplaced handwritten property-names by references
2021-01-30 Kai MoritzOld entries are removed from the outbox-table in batches
2020-11-01 Kai MoritzMade the polling-interval configurable
2020-11-01 Kai MoritzMoved postage of messages into a reusable standalone...