I have a micro services system, 5 or 6 services. And I want to modify it with event sourcing architect on Axon.
I saw the part of distributed command bus and event but in the doc, but I still don't understand very well. Can anyone tell me the big picture about implementing axon in spring cloud system. Like how to configure command bus, event bus, MQ, and how to config datasource. How the event stores in micro service, and how the aggregate object generated from that.
Or, is there any example project for that? I found 2 in github, but it is too old.
Thanks.