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

Drawbacks of Choreography-based SAGA

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

Contents


More Related Answers

  • Saga Pattern for Distributed Transactions - Choreography and Orchestration
  • Choreography-based SAGA Implementation
  • Order Fullfilment with Choreography-based SAGA Implementation
  • Benefits 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

  • Drawbacks of Choreography-based SAGA

    0

    More complex to manage

    Each microservice communicates via events with the others, the choreography-based approach can be more complex to manage and may require more coordination among the microservices.

    ▪ SAGA workflow become confusing when adding new steps into flow.

    ▪ Cyclic Event Consume Risk

    There's a Cyclic Event Consume Risk dependency between saga participants because they have to

    consume each other's commands.

    ▪ Result

    Implementing the SAGA pattern will depend on the specific needs and constraints of the distributed system.

    It may be a good fit for some systems, but may not be suitable for others.

    ▪ Choreography-based implementation of SAGA is good for simple workflows if they don't require too much micorservices transaction steps.

    https://www.linkedin.com/pulse/microservices-saga-pattern-orchestration-vs-megha-gulati/

    Popularity 3/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: saga whatever
    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.