Category "saga"

How does "Stateless" Saga Orchestrator handle out of order events

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

How to cancel an entire redux saga chain from the leaf node

We have multiple sagas (ex: loadSampleData and loadCustomSampleData) that can be triggered by multiple different actions and can have multiple in-flight request

Saga Choreography implementation problems

I am designing and developing a microservice platform based on the specifications of http://microservices.io/ The entire framework integrates through socket th