alextanhongpin / saga-pattern

Dissecting the saga pattern
1 stars 1 forks source link

Some other examples of Saga Pattern #1

Open manjufy opened 3 years ago

manjufy commented 3 years ago

This is based on Molecular framework

https://gist.github.com/icebob/c75d4d532c0d7783eb924a96110b9020

alextanhongpin commented 3 years ago

Good sharing. I'm trying to see how the sagas can actually be replayed, in case of failure in between. Most articles/implementations does not describe it. E.g. I perform a compensation, and before it completes, the server crashed. How can I replay that compensation? Compensation must not failed in sagas.