demos/kafka/demos-kafka-payment-system-transfer
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 MoritzPrepared for development of version 1.1.0
2021-06-19 Kai MoritzReleased version 1.0.0
2021-06-19 Kai MoritzThe build of the docker-image is not triggerd automatically
2021-06-19 Kai MoritzAdded config/assets to build a docker-image
2021-06-19 Kai MoritzMVP for transfer service