Hi all, I am very new to axon and CQRS design pattern. I have some doubts in Axon Framework. Could anyone help me for understanding the following things.
- What is saga and how can we configure the same in Axon 3.
- What is the use of saga in real time application.
- I created an aggregate called “User”( commandhandler and eventSourcingHandler are also created). While creating a new new user, corresponding command and event handlers are working and saving data(Event) to mysql DB. My question is, “is there any use of saving the event name in DB that has been executed”.
Very thanks
Prasanth.P