Re: Alternative of (kafka-consumer-groups.sh --describe) in java clients library to get consumer lag

2019-03-01 Thread Arunim Chopra
able to get client id committed offsets from kafka admin client but I do not know how to get topic log end offsets without creating a consumer for each partition. There should be direct way to get that. Regards, Arunim Chopra On Fri, 1 Mar 2019 at 18:43, Randall Svancara wrote: > I see what

Re: Alternative of (kafka-consumer-groups.sh --describe) in java clients library to get consumer lag

2019-03-01 Thread Arunim Chopra
ps://aka.ms/ghei36> > > ________ > From: Arunim Chopra > Sent: Friday, March 1, 2019 3:46:59 AM > To: users@kafka.apache.org > Subject: Alternative of (kafka-consumer-groups.sh --describe) in java > clients library to get consumer lag > > Hi , > I want to know if there is any al

Alternative of (kafka-consumer-groups.sh --describe) in java clients library to get consumer lag

2019-03-01 Thread Arunim Chopra
Hi , I want to know if there is any alternative of (kafka-consumer-groups.sh --describe) in java clients library so that I can get consumer lag per client id. Regards, Arunim Chopra