EduardoPires / EquinoxProject

Web Application ASP.NET 8 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
http://equinoxproject.azurewebsites.net/
MIT License
6.39k stars 1.6k forks source link

New feature request: Saga #74

Closed afernandes closed 1 month ago

afernandes commented 6 years ago

New feature request: implement saga for long-running business processes

Example https://blog.bernd-ruecker.com/saga-how-to-implement-complex-business-transactions-without-two-phase-commit-e00aa41a1b1b

https://docs.particular.net/nservicebus/sagas/

alexsandro-xpt commented 6 years ago

Masstransit or NServicebus?

https://stackoverflow.com/questions/13647423/nservicebus-vs-masstransit

I guess Masstransit is more attractive.

marcrib commented 6 years ago

Nem há situação no projeto atual para se usar saga.

lawrenceong001 commented 4 years ago

Hello, just wondering if this has been implemented? I'm also interested in how this pattern can be achieved in your solution.

tks Lawrence

EduardoPires commented 1 month ago

At this moment the saga pattern doesn't fit with the project purpose