Simplified the thread-execution
[demos/kafka/demos-kafka-payment-system-transfer] / src /
2021-06-20 Kai MoritzSimplified the thread-execution
2021-06-20 Kai MoritzIgnoring poision pills with illeagal state-changes
2021-06-19 Kai MoritzImplemented state-change logic
2021-06-19 Kai MoritzMoved TransferService into package ports
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 MoritzTransferController sends a message, instead of calling...
2021-06-19 Kai MoritzTransferRepository does not need any synchronization
2021-06-19 Kai MoritzMVP for transfer service