Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
The Magical Rebalance Protocol of Apache Kafka
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Partitions
- 3 Replication
- 4 Kafka Consumer
- 5 Multiple Consumers
- 6 Consumer Groups
- 7 Requirements
- 8 Whats a protocol to do?
- 9 Layered protocol
- 10 How the protocol is used today?
- 11 Dramatis Personae
- 12 Who is the Coordinator
- 13 Joining Group
- 14 Selecting an Assignment Protocol
- 15 Kafka Protocol
- 16 Sync Group
- 17 Heartbeat
- 18 Leave Group
- 19 Rebalancing
- 20 Schema Registry
- 21 Stream-Stream Join
- 22 To Summarize!
- 23 Some future plans...
- 24 References