Choreography-based SAGA Implementation

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

Contents


More Related Answers


Choreography-based SAGA Implementation

0
Tip Pragya Keshap 1 GREPCC

▪ 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

Sign in 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.