4 items tagged with "saga-pattern"
Each microservice owns and manages its own database, enabling loose coupling and independent deployability
Manage data consistency across microservices using a sequence of local transactions with compensating actions
Replace a central orchestrator coordinating distributed transactions with event-driven choreography using the saga pattern and compensations.
An orchestrated saga design that coordinates multi-service business transactions with compensating actions instead of two-phase commit.