Simplified the thread-execution
[demos/kafka/demos-kafka-payment-system-transfer] / src / main / java / de / juplo / kafka / payment / transfer / TransferServiceApplication.java
2021-06-20 Kai MoritzSimplified the thread-execution
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 MoritzTransferRepository does not need any synchronization
2021-06-19 Kai MoritzMVP for transfer service