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

Choreography-based SAGA Implementation

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
  • Order Fullfilment with Choreography-based SAGA Implementation
  • Order Fullfilment Rollback with Choreography-based SAGA Implementation
  • Benefits of Choreography-based SAGA
  • 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

  • Choreography-based SAGA Implementation

    0

    ▪ Each microservice communicates with the other microservices by exchanging events using a

    message broker.

    ▪ Event-based approach allows for a more decentralized and flexible way to implement the SAGA

    pattern, as each microservice can publish to events to the others in real-time.

    ▪ Choreography provides to coordinate sagas with applying publish-subscribe principles.

    ▪ Each microservices run its own local transaction, publishes events to message broker system and

    trigger local transactions in other microservices.

    https://medium.com/@wiratamaparamasatya/adopting-choreography-based-saga-pattern-on-your-microservice-architecture-fe05d758942f

    Popularity 3/10 Helpfulness 1/10 Language whatever
    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.