demos/kafka/outbox
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-02-06 Kai MoritzSwitched submodule-path to publicly available sources part-1
2021-01-31 Kai MoritzEnabled logging-level DEBUG for the "outbox"-service
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
2021-01-30 Kai MoritzImproved example execution in README.sh
2020-11-01 Kai MoritzMade the polling-interval configurable
2020-11-01 Kai MoritzAdded an executable README.sh, that demonstrates the...
2020-11-01 Kai MoritzMoved postage of messages into a reusable standalone...
2020-11-01 Kai MoritzAdded Google Guava for byte-conversions
2020-11-01 Kai MoritzAdded missing annotation @EnableScheduling
2020-11-01 Kai MoritzAdded a simple implementation of the polling outbox...
2020-10-31 Kai MoritzAdded data-jdbc as git submodule jdbc