Migrate brokers by modifying broker IDs in meta.properties
Learn how to migrate brokers between hosts in a Kafka cluster by modifying broker IDs
in meta.properties
.
In case of catastrophic hardware failure brokers can be moved to a new host in a Kafka
cluster. The following steps walk you through broker migration by modifying broker IDs in
meta.properties
. Compared to migration with the help of the
kafka-reassign-partitions
tool, this method involves less manual work,
but requires modifying an internal configuration file.
- Verify that the cluster is healthy.
- Verify that all replicas are in sync.