Kafka Topic

Kafka topic is a stream of Kafka Events (Message, Record). These events are persisted as kafka topic.

It also means kafka topic is a stream of events at rest, where the events are stored

Pasted image 20230830193828.png

A kafka topic is devided into serveral Kafka Partition