So I've been researching Saga orchestrator design pattern. https://chrisrichardson.net/post/sagas/2019/12/12/developing-sagas-part-4.html Since Chris Richardson
We have multiple sagas (ex: loadSampleData and loadCustomSampleData) that can be triggered by multiple different actions and can have multiple in-flight request
I am designing and developing a microservice platform based on the specifications of http://microservices.io/ The entire framework integrates through socket th