lucabriguglia / OpenCQRS

.NET Standard framework to create simple and clean design. Advanced features for DDD, CQRS and Event Sourcing.
Apache License 2.0
3 stars 115 forks source link

Any plane for saga #80

Closed hasibul2363 closed 5 years ago

hasibul2363 commented 5 years ago

Thank you very much for sharing such wonderful framework. I just want to know do you have any plane to incorporate saga with Kledex?

lucabriguglia commented 5 years ago

Thanks @hasibul2363! Yes, it is something that I really would like to add to Kledex but there is no plan as for now.

etiennecl commented 4 years ago

Is this supported with the CommandSequence pattern implemented in version 2.3?

lucabriguglia commented 4 years ago

Let's say that the CommandSequence could be considered as the saga manager in a orchestration based saga.

lucabriguglia commented 4 years ago

Refer to #101