Kafka
Kafka
Hussain Poonawala
Introduction
1. Topics
2. Partitions
3. Offset
4. Broker
5. Leader
6. Producers
7. Consumers
8. Zookeeper
Topics And Offsets
Brokers
Topic
Replication
Kafka is a distributed system.
In distributed system we need
replication, because if a
machine goes down, data
must not be lost. Replication
does that for us here
Leader Of Partition
Producers
Consumers
Consumer Group
Consumer Offset
Kafka Broker Discovery
Zookeeper
Demo
Thank You!