Posibillity to fork and join Sagas
Opened this issue · 1 comments
Deleted user commented
Hey,
great work on the framework, love implementing with it and runs really nice.
One question that came up while designing more complex sagas. Given an order with e.g. 3 products, is there any way a saga could process those products concurrently? Like in the form of forking out a saga for each product and on successful or failed completion join them again to the main saga.
Thanks
cer commented
Thanks for asking. This is something I'm actively considering. I hope to share some details soon.