12-23-2022, 11:50 AM
- Broker:A kafka server (Broker/Agent) for the messages/data
- Cluster: A group of computers/brokers connected together
- Topic: A name for the kafka stream
- Partition: A part of a topic
- Offset: Unique ID for a message within a partition,keeps a track of number of data elements retrived by each component.