Completed
Initializing the saga
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Using Sagas to Maintain Data Consistency in a Microservice Architecture
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 About Chris
- 3 Microservice architecture
- 4 Loose coupling = encapsulated data
- 5 Use Sagas instead of 2PC
- 6 Rollback using compensating transactions
- 7 Sagas complicate API design
- 8 Sagas complicate the business logic
- 9 Implicit vs. explicit orchestrator
- 10 Initializing the saga
- 11 Customer Service - command handling
- 12 Publishing message using polling
- 13 Summary