Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Benefits of Choreography-based SAGA

Pragya Keshap answered on February 3, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Choreography-based SAGA Implementation
  • Drawbacks of Choreography-based SAGA
  • In a choreography-based saga, who is responsible for coordinating the updates to the databases ?
  • What is the main drawback of using a choreography-based saga implementation ?
  • AGA Pattern — Choreography-based/Orchestration-based SAGA
  • SAGA Pattern — Choreography-based/Orchestration-based SAGA

  • Benefits of Choreography-based SAGA

    0

    Decentralized and flexible

    By using an event-based approach, each microservice can react to events published with the others to coordinate their actions. This allows for a more decentralized and flexible approach to implementing the

    SAGA pattern.

    ▪ Decouple direct dependency of microservices when managing transactions.

    ▪ Avoid Single Point of Failure

    Since there is no orchestrator, responsibilities are distributed across the saga participants.

    ▪ Simple workflows

    This way is good for simple workflows, if they don't require too much microservices transaction steps

    https://www.baeldung.com/cs/saga-pattern-microservices

    Popularity 1/10 Helpfulness 1/10 Language typescript
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 03 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.