Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Event-based Architecture and Implementations with Kafka and Atom
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Independent Systems Architecture
- 3 Events - Communication between Bounded Contexts
- 4 Event: Decoupling
- 5 Events: Conclusion
- 6 THE END IS NEAR
- 7 Inconsistencies Either delivery without invoice
- 8 Persistence • Responsibility of the microservices
- 9 Kafka Topics Topics have a name
- 10 Kafka Replication ·N Replicas (configurable)
- 11 Data Data is copied into Invoice / delivery database
- 12 Kafka Conclusion - Provides access to old events
- 13 Alternative Roll your own format
- 14 Atom Conclusion Con provides access to old events if they are stored anyway.
- 15 Conclusion Most important: Getting the split right!