Skip to content

ggmurali2009/KafkaCluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages