WIP: Using assign instead of subscribe
authorKai Moritz <kai@juplo.de>
Tue, 20 Apr 2021 20:50:26 +0000 (22:50 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 16 May 2021 22:02:47 +0000 (00:02 +0200)
commit3f41296dae5c094a29f8a89cda2bccfb8bc93c0a
treeb23971362751b05d37c426d29c7c2585f923a2a8
parenta92d318043bf698dc2a949db2b76893c8abf03a1
WIP: Using assign instead of subscribe

This clearifies, that the current implementation does not scale.
Subscribe suggests, that one can run multiple instances of the service
concurrently. But doing so would break this version of the implementation.

TODO: Partitionen bestimmen...
delivery/src/main/java/de/juplo/kafka/outbox/delivery/OutboxProducer.java