The Saga Pattern in Microservices (EDA - part 2)

Learn about the Saga Pattern in Microservices in order to do distributed transactions, comparing Orchestration vs Choreography. In this video, the second in the series of Event Driven Architecture, I explain the complexity of doing transactions in distributed systems, specifically in Microservices. Throughout the video I explain how we move from a single system (monolith) to a distributed architecture using Microservices, how to deal with transaction, explain the Saga Pattern with its two variants: Orchestration and Choreography and how they are closely related with Event Driven Architecture (EDA). For more information on Event Driven Architecture, watch the series: #Microservices #SagaPattern ----------------------- 📘 Recommended books (incentivized): - Microservices Patterns: - Building Microservices: 🔖 Relevant resources: - The many meanings of Event Driven
Back to Top