Introdution to Kafka

01. Introduction to kafka


1. Kafka Topics, partitions and offsets


2. Kafka - Producers, message keys and Serialization


3. Kafka Consumer and Deserialization


4. Kafka - Consumer groups


5. Kafka Brokers & Topics [In progress]

Note: After connecting to any Broker (called a bootstrap broker), client receives a metadata with list of all brokers and then it will be able to connected to the entire cluster/broker (Kaka clients hae smart mechanism for that)


6. Kafka Topic Replication Factors


6. Kafka: Zookeeper