Implement each business transaction that spans multiple services is a saga. A saga is a sequence of local transactions
The main purpose of the saga pattern is to enable the implementation of distributed transactions in a microservices architecture and it ensures data consistency across multiple databases in a microservices architecture.
This pattern allows for the coordination of updates to multiple databases, and ensures that the data in all the participating databases remains consistent and correct, even in the face of failures or network disruptions.