Re: 答复: [ANNOUNCE] New Committer: Dong Lin

2018-03-29 Thread Sandor Murakozi
Congrats, Dong! On Thu, Mar 29, 2018 at 2:15 AM, Dong Lin wrote: > Thanks everyone!! > > It is my great pleasure to be part of the Apache Kafka community and help > make Apache Kafka more useful to its users. I am super excited to be a > Kafka committer and I am hoping to contribute more to its

Re: Consumer group intermittently can not read any records from a cluster with 3 nodes that has one node down

2018-02-21 Thread Sandor Murakozi
e N was either > -1, -2, or -3 but at one point in my app's logs I found a handful of > entries in which N was a very large number (e.g. 2156987456). > > I assume our cluster was misbehaving, but still can't explain why my app > was working like this. > > > Best r

Re: Consumer group intermittently can not read any records from a cluster with 3 nodes that has one node down

2018-02-20 Thread Sandor Murakozi
partition again. If your problem persists I recommend figuring out why leader election does not happen. You might be able to work with other partitions, at least those that have leaders on brokers that are up. Cheers, Sandor Murakozi On Tue, Feb 20, 2018 at 9:00 AM, Behrang wrote: > Hi, > >