Re: Two instances of Kafka consumer reading same partition

2018-03-29 Thread Narayan Periwal
Hi, We had one more of such an issue, and looks like such issues are coming more frequently, whenever there is some issue in the kafka cluster. This time, I could retrieve both the server and client side logs, have added the detail in the same ticket - KAFKA-6681

Re: Two instances of Kafka consumer reading same partition

2018-03-20 Thread Narayan Periwal
Hi Ted, Attached the server side logs during this time. Could not retrieve the consumer side logs as it has hit the retention. Thanks, Narayan On Mon, Mar 19, 2018 at 9:13 PM, Ted Yu wrote: > Can you attach broker and consumer logs to the JIRA ? > > Thanks > > On Mon, Mar 19, 2018 at 6:15 AM,

Re: Two instances of Kafka consumer reading same partition

2018-03-19 Thread Ted Yu
Can you attach broker and consumer logs to the JIRA ? Thanks On Mon, Mar 19, 2018 at 6:15 AM, Narayan Periwal wrote: > Hi, > > We are facing an issue with the Kafka consumer, the new library that got > introduced in 0.9 > > We are using Kafka broker 0.10.2.1 and consumer client version is also

Two instances of Kafka consumer reading same partition

2018-03-19 Thread Narayan Periwal
Hi, We are facing an issue with the Kafka consumer, the new library that got introduced in 0.9 We are using Kafka broker 0.10.2.1 and consumer client version is also 0.10.2.1 The issue that we have faced is that, after rebalancing, some of the partitions gets consumed by 2 instances within a co