advancedThe Saga Pattern

What's the key difference between choreography-based and orchestration-based Sagas?

In choreography, each service reacts to events and decides its own next action with no central coordinator — loosely coupled but harder to trace as steps grow. In orchestration, one central orchestrator explicitly tells each service what to do — centrally visible, but the orchestrator itself becomes a critical, more tightly-coupled component.

Ready to master this question?

Generate a complete walkthrough — background, the full answer in plain language, a working code example explained line by line, a real-world scenario, common mistakes, and how this same question gets asked in different ways.

Sign in to generate a response

Next Step

Continue to Why might a normalized schema that's correct for writes be actively wrong for reads?← Back to all Spring Cloud questions