OpenCQRS
OpenCQRS copied to clipboard
Saga Pattern
I'm going to refactor the command sequence pattern into a proper saga pattern with support for compensation actions. Compensation actions will also work with the standard command pattern and triggered in case any of the published events fails.
nice ! :)
Is this still under consideration?
It is but I need first to migrate to .NET5 and see what's possible in terms of distributed transactions in order to decide what is the best way to handle this.
Great! Is there anything I could do to help?
If you could migrate the project to .NET 5 and update the version to 3.0-preview it would be great :-)
any update on saga implementation ?
Unfortunately I do not think I will be able to implement this feature any time soon. As an alternative please have a look at this project https://github.com/mizrael/OpenSleigh
Unfortunately I do not think I will be able to implement this feature any time soon. As an alternative please have a look at this project https://github.com/mizrael/OpenSleigh
Thank you for the reference project