linkedin / cruise-control

Cruise-control is the first of its kind to fully automate the dynamic workload rebalance and self-healing of a Kafka cluster. It provides great value to Kafka users by simplifying the operation of Kafka clusters.

Home Page:https://github.com/linkedin/cruise-control/tags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maximum replication factor is not considered when assessing whether the cluster is over-provisioned

bachmanity1 opened this issue · comments

While goals such as RackAwareDistributionGoal and RackAwareGoal take the maximum replication factor into account when assessing over-provisioning, other goals do not. This can lead to provision responses that suggest removing brokers, potentially violating the replication factor of certain topics.