Re: Topic migration patterns

2019-07-11 Thread Mich Talebzadeh
I don't know any other way that manually synching zookeeper ensembles plus brokers in the new world :( In my example below, I have three node Zookeeper ensemble with 9 Kafka brokers [image: image.png] First of all the zookeeper conf file under $ZOOKEEPER_HOME/conf/zoo.cfg has to match tickTime

Re: Topic migration patterns

2019-07-11 Thread Elliot West
Thanks for your reply. Yes, you can assume that nothing is shared between clusters. There is no specific topic. I'm trying to establish general patterns that can be applied to achieve this. Thanks, Elliot. On Thu, 11 Jul 2019 at 10:50, Mich Talebzadeh wrote: > Hi Elliot, > > As you are movin

Re: Topic migration patterns

2019-07-11 Thread Mich Talebzadeh
Hi Elliot, As you are moving the topic from one cluster to another, I assume it implies a new zookeeper ensemble plus sets of new brokers? Can you describe the current topic? ${KAFKA_HOME}/bin/kafka-topics.sh --describe --zookeeper , , --topic HTH Dr Mich Talebzadeh LinkedIn * https://ww

Topic migration patterns

2019-07-11 Thread Elliot West
Hello, I like to understand what strategies can be applied to migrate events, producers, and consumers from one topic to another. Typically I'm thinking of cases where: - we wish to migrate a topic from one cluster to another - high availability - minimise amount of time topic is unavailab