Re: Consumer client not able to receive messages when one of broker is pushed down in the cluster

2018-01-07 Thread rAhul
Please suggest on how to avoid restart of Kafka Consumer Client on one of the broker fail down in the cluster. Or do we need to update the offset manually if we put back the failed broker in the cluster. On 5 January 2018 at 19:18, rAhul wrote: > Hi, > > I have a Apache

Re: Consumer client not able to receive messages when one of broker is pushed down in the cluster

2018-01-05 Thread Hans Jespersen
Check that your __consumer_offsets topic is also setup with replication factor of 3 and has In Sync Replicas. Often it gets setup first as a one node cluster with RF=1 and then when the cluster is expanded to 3 nodes the step to increase the replication factor of this topic gets missed. -hans

Consumer client not able to receive messages when one of broker is pushed down in the cluster

2018-01-05 Thread rAhul
Hi, I have a Apache kafka cluster with 3 nodes(say 1,2,3) with replication factor of 3 and partitions as 3. When my producer client, consumer client and the cluster are running, able to transfer messages from producer to consumer without any issues. Now I stopped leader node say node 1 from the