Re: Migrating Kafka from old VMs to new VMs in a different Cluster

2016-05-11 Thread Gerard Klijs
Depends on your use case but I guess something like this: - Install al fresh on the new VM's - Start a mirror maker in the the new VM's to copy data from the old ones - Be sure it's working right - Shut down the old VM's and start using the new ones The last step is the trickiest and depends a lot

Migrating Kafka from old VMs to new VMs in a different Cluster

2016-05-11 Thread Abhinav Damarapati
Hello Everyone, We have Kafka brokers, Zookeepers and Mirror-makers running on old Virtual Machines. We need to migrate all of this to brand new VMs on a different DataCenter and bring down the old VMs. Is this possible? If so, please suggest a way to do it. Best, Abhinav