Re: Zookeeper hostname/ip change

2016-09-26 Thread Tom Crayford
You'll need to do a rolling restart of your kafka nodes after changing the zookeeper ensemble. There's no real way around that right now. On Sun, Sep 25, 2016 at 6:41 PM, Ali Akhtar wrote: > Perhaps if you add 1 node, take down existing node, etc? > > On Sun, Sep 25, 2016 at 10:37 PM, brenfield1

Re: Zookeeper hostname/ip change

2016-09-25 Thread Ali Akhtar
Perhaps if you add 1 node, take down existing node, etc? On Sun, Sep 25, 2016 at 10:37 PM, brenfield111 wrote: > I need to change the hostnames and ips for the Zookeeper ensemble > serving my Kafka cluster. > > Will Kafka carry on as usual, along with it's existing ZK nodes, after > making the c

Zookeeper hostname/ip change

2016-09-25 Thread brenfield111
I need to change the hostnames and ips for the Zookeeper ensemble serving my Kafka cluster. Will Kafka carry on as usual, along with it's existing ZK nodes, after making the config changes? Thanks