0 votes
in Kafka Premiera Ola by
How can the Kafka cluster be rebalanced?

1 Answer

0 votes
by

When a customer adds new disks or nodes to existing nodes, partitions are not automatically balanced. If several nodes in a topic are already equal to the replication factor, adding disks will not help in rebalancing. Instead, the Kafka-reassign-partitions command is recommended after adding new hosts.

...