Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 406 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 406 Bytes

Rebalancing Kafka Cluster

When New Brokers are added to an existing Kafka cluster, these brokers will not be assigned any data partition of the existing topics in the cluster, unless the partitions are moved or new topics are created the brokers won’t be doing much work. Rebalancing the cluster will move the topic partitions across kafka brokers which will distribute the Load on the brokers.