Thanks to the second guy who was capturing important nuances
@jean-francoisjames98307 жыл бұрын
Excellent demo, nice way to start Axon and understand CQRS and Event Sourcing! Thanks!
@TherealDeveloperdave6 жыл бұрын
Excellent demo, but agree the second guy was interrupting far too much (just let the other guy talk!). Either way gave me exactly what I was looking for a simple example of how to create a simple Java application utilizing CQRS and Event Sourcing.
@blonditbg156 жыл бұрын
Nice talk but: 1. 2nd guys was interrupting way too much 2. When will kafka support be avaliable? 3. How does it compare to akka?
@AbstractObserver6 жыл бұрын
My experience with kafka shows that it is quite simple to integrate with kafka if you simply put a kafka message "sender" in a event handler.
@avneet122847 жыл бұрын
This is so awesome !!
@snowy01105 жыл бұрын
See no reason to tie application code to yet another framework just to put CQRS on the table. Use message broker in a CQRS-way and you've got CQRS, that's not that complicated and does not tie your application to axon.