Re: Kafka clustering issue

2020-02-13 Thread Chikulal C
Hi, Please find the inline message From: M. Manna Sent: 13 February 2020 19:18 To: Chikulal C Cc: Kafka Users Subject: Re: Kafka clustering issue Hi, On Thu, 13 Feb 2020 at 12:43, Chikulal C mailto:chikula...@rcggs.com>> wrote: 1. Turned off nod

Re: Kafka clustering issue

2020-02-13 Thread M. Manna
he steps correctly. See my highlighted text above > >1. > > > Here when you turn on node 2 in step 4, I would like to have my cluster > up, since one of the broker is up. But it is not happening. > ---------- > *From:* M. Manna > *Sent:* 13 February 2

Re: Kafka clustering issue

2020-02-13 Thread Chikulal C
my cluster up, since one of the broker is up. But it is not happening. From: M. Manna Sent: 13 February 2020 17:55 To: Chikulal C Cc: Kafka Users Subject: Re: Kafka clustering issue My apologies as I misread one of the steps you mentioned in your original email

Re: Kafka clustering issue

2020-02-13 Thread M. Manna
.state.log.min.isr was 2. > This warning also leads to failure from the producer side to put data on > the topic. > > > Are there any other things I have to check? > > > Thanks > > > -- > *From:* M. Manna > *Sent:* 13 February

Re: Kafka clustering issue

2020-02-13 Thread Chikulal C
From: M. Manna Sent: 13 February 2020 16:35 To: Kafka Users Subject: Re: Kafka clustering issue This could be because you have set your transaction.ate.log.min.isr=2. Have you tried with setting this to 1? Also, please note that if your min.insync.replica=1, and you only have 2 nodes, you

Re: Kafka clustering issue

2020-02-13 Thread M. Manna
This could be because you have set your transaction.ate.log.min.isr=2. Have you tried with setting this to 1? Also, please note that if your min.insync.replica=1, and you only have 2 nodes, you would only have a guarantee from 1 brokers to have the messages - but if the same broker fails then you

Kafka clustering issue

2020-02-13 Thread Chikulal C
Hi, I am facing an issue with the Kafka clustering setup that I have. I have a Kafka cluster with two broker that are connected to two zookeepers. I am posting data to a topic that have replication factor and partition two each with a spring boot Kafka producer and consuming the same with anoth