If you want to do a seamless migration. I think a better way is to build a
cross datacenter Kafka cluster temporarily. So the process is:
1. Add several new Kafka brokers in your new datacenter and add them to
the old cluster.
2. Use replica assignment tool to reassign all the partitions to brokers
in new datacenter.
3. Perform controlled shutdown on the brokers in old datacenter.

Jiangjie (Becket) Qin

On 3/25/15, 2:01 PM, "nitin sharma" <kumarsharma.ni...@gmail.com> wrote:

>Hi Team,
>
>in my project, we have built a new datacenter for Kafka brokers and wants
>to migrate from current datacenter to new one.
>
>Switching producers and consumers wont be a problem provided New
>Datacenter
>has all the messages of existing Datacenter.
>
>
>i have only 1 topic with 2 partition that need to be migrated... that too
>it is only 1 time activity.
>
>Kindly suggest the best way to deal with this situation.
>
>
>Regards,
>Nitin Kumar Sharma.

Reply via email to