Hi, I’m Gabor and i’m trying axon framework.
I have some questions about SAGAs.
-
Saga action compensation: in axon framework are sagas only an event->command coordinator?
What is the correct way to implement action compensation chain? -
Saga strange behavior: i wrote a simple saga event->command that i’ve deployed it and all worked
. But when i duplicate the instance i’ve noticed that both instances sagas
triggered on the event causing a doble command execution (bad behavior).
Is this a bug or a feauture?
If it’s a feauture, how can i implement my attended behavior : multiple instances and one saga execution?
THX