Completed
CAP Theorem in microservices
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Asynchronous Distributed Systems
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Synchronous vs Asynchronous System
- 3 Why go from one to the other?
- 4 Trading consistency for availability
- 5 CAP Theorem in microservices
- 6 Messages and Queues
- 7 Asynchronous Message Patterns
- 8 Fire and Forget (Notification)
- 9 Request/Response
- 10 Distributed Log
- 11 Command Query Responsibility Segregat
- 12 Event Sourcing
- 13 Delivery Guarantees
- 14 Transactional Outbox
- 15 Successful Saga
- 16 Compensatory Transactions
- 17 Messaging Technologies
- 18 Backpressure
- 19 Error Handling