Switched from single-node (assign) to multi-instance (subscribe)
[demos/kafka/demos-kafka-payment-system-transfer] / src / main / java / de / juplo / kafka / payment / transfer / adapter / TransferConsumer.java
2021-06-29 Kai MoritzSwitched from single-node (assign) to multi-instance...
2021-06-20 Kai MoritzSimplified the thread-execution
2021-06-20 Kai MoritzIgnoring poision pills with illeagal state-changes
2021-06-19 Kai MoritzMoved all business logic into TransferService
2021-06-19 Kai MoritzAutomatically rebuild the state after a crash / restart
2021-06-19 Kai MoritzIntroduced different Events for the creation and the...
2021-06-19 Kai MoritzTransferConsumer logs the number of polled records...
2021-06-19 Kai MoritzTransferRepository does not need any synchronization