Sagas in Microservices: Managing Complex Transactions in Distributed Systems
Briefly

In a microservices architecture, workflows can be classified as short or long-running.Short workflows typically involve a single microservice is completed quickly.Long workflows, also known as sagas[1], involve multiple microservices and can take a long time to complete.The saga coordinator sends a request to the first service to execute the first local transaction.
Read at Medium
[
add
]
[
|
|
]