Completed
Kafka
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Managing Data Consistency Among Microservices with Debezium
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 About Justin
- 3 What are microservices
- 4 Domaindriven design
- 5 Shared databases
- 6 Challenges with shared databases
- 7 Service interfaces
- 8 Micro databases
- 9 Data ownership
- 10 Stream processing
- 11 BSM
- 12 BSM Architecture
- 13 Change Event
- 14 Kubernetes Cluster
- 15 Kubernetes Deployment Manifest
- 16 Create Inventory Database
- 17 Docker Hub
- 18 Kafka
- 19 Kafka Topics
- 20 Bootstrap
- 21 New topics
- 22 Insert a new row
- 23 Conclusion
- 24 Questions