Skip to content
Discussion options

You must be logged in to vote

If you are scaling up, you normally just need to increase the replicas count in the Kafka CR. Once the new broker(s) is added, you probably want to balance your cluster to move some partition replicas to it - either using the built in Cruise Control support or manually using the Kafka reassignment tool. Without this, the new broker will be idle until some new topics are created and their partitions scheduled on the new node as well.

For a scale down, it is slightly more complicated. You should use the Kafka reassignment tool first to move all partition replicas out of the nodes which will be removed (the nodes are removed always from the highest index number in their pod name / highest br…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@chanvoyage
Comment options

@scholzj
Comment options

Answer selected by chanvoyage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants