Explore the Orchestration-based saga design pattern in this 26-minute video tutorial. Learn how to implement and utilize this pattern with Spring Boot for effective transaction management. Discover how the saga architecture pattern employs a sequence of local transactions, where each saga participant performs a unit of work. Understand the concept of compensating transactions that allow for rolling back operations within the saga. Gain insights into how this pattern ensures either successful completion of all operations or the execution of corresponding compensation transactions to undo previous work.
Overview
Syllabus
SAGA Design Pattern Orchestration-based saga
Taught by
NashKnolX