How to implement transaction with Saga in microservices?

Hi everyone,
I’m beginner of Axon framework. I also try to understand how it work then apply into our project.

Currently, I’m using Axon 3 to implement one scenario in E-Commerce. I implement transaction using Saga as described in attachment.
I design to separate the services into microservices and it has own database.

Can someone help me to implement that scenario?

Best Regards,
Loi

Transaction Scenario.png

Hi Loi,

if you’re learning Axon, the best thing to do would be to follow the QuickStart guide: https://github.com/AxonIQ/axon-quick-start/blob/master/README.md. The first part explains how an application is built up, the second part scales it. Once you grasp that, try implementing it in your own domain.

Hope this helps.
Cheers,

Allard