Automatically rebuild the state after a crash / restart
authorKai Moritz <kai@juplo.de>
Tue, 15 Jun 2021 18:27:20 +0000 (20:27 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 19 Jun 2021 16:19:52 +0000 (18:19 +0200)
* Turning of enable.auto.commit and setting auto.offset.reset to earliest
  does the trick in this setup.
* Since no offset-commits are made, all events are re-read on startup.
* The TransferConsumer uses a special instance of TransferService, that
  is initialized with a NoOpMessageService, to replay the restored
  events without generating new events.


No differences found