A Kafka cluster contains one or more servers that are known as brokers.
A broker works as a container that holds multiple topics with various partitions.
A broker in a cluster can only be identified by the integer ID associated with it.
Connection with any one broker in a cluster implies a connection with the whole cluster.
Brokers in Kafka do not contain the complete data, but they know about other brokers, topics, and partitions of the cluster.