Re: Trouble with querying offsets when using new consumer groups API

2017-05-30 Thread Jerry George
ding to a topic partition even > if there is no active consumer consuming from it. > > I hope this helps. > --Vahid > > > > > From: Jerry George > To: users@kafka.apache.org > Date: 05/26/2017 06:55 AM > Subject:Trouble with querying offsets when usin

Re: Trouble with querying offsets when using new consumer groups API

2017-05-30 Thread Jerry George
Sat, May 27, 2017 at 8:18 AM, Abhimanyu Nagrath < abhimanyunagr...@gmail.com> wrote: > Hi Jerry, > > I am also facing the same issue. Did you found the solution? > > Regards, > Abhimanyu > > On Fri, May 26, 2017 at 7:24 PM, Jerry George wrote: > > > Hi > &

Trouble with querying offsets when using new consumer groups API

2017-05-26 Thread Jerry George
Hi I had question about the new consumer APIs. I am having trouble retrieving the offsets once the consumers are *disconnected* when using new consumer v2 API. Following is what I am trying to do, *bin/kafka-consumer-groups.sh -new-consumer --bootstrap-server kafka:9092 --group group --describe*