Re: How to get group list in kafka?

2015-10-16 Thread Kiran Singh
By when we can get 0.9.0.0 version of kafka?

On Fri, Oct 16, 2015 at 10:07 AM, Kiran Singh  wrote:

> Hi Ashish
>
> I am using kafka_2.10-0.8.2.2.jar
>
> On Fri, Oct 16, 2015 at 9:25 AM, Ashish Singh  wrote:
>
>> Hello Kiran,
>>
>> kafka-consumer-groups.sh will be released as part of 0.9.0.0.
>>
>> What version of Kafka are you using? Info on ConsumerGroups is persisted
>> in
>> Zookeeper and you can write a simple tool like here
>>  to get this info.
>> ​
>>
>> On Thu, Oct 15, 2015 at 7:14 AM, Kiran Singh 
>> wrote:
>>
>> > Hello
>> >
>> > I am trying to list all group in my kafka but not able to get any info.
>> > There is one JIRA https://issues.apache.org/jira/browse/KAFKA-1476,
>> which
>> > talk about "kafka-consumer-groups.sh" script. Using this we can list all
>> > groups. But i am not able to find this script in my kafka tar file.
>> >
>> > In which version this script was introduced ?
>> >
>> > Thanks and Regards
>> >
>>
>>
>>
>> --
>>
>> Regards,
>> Ashish
>>
>
>


Re: How to get group list in kafka?

2015-10-15 Thread Kiran Singh
Hi Ashish

I am using kafka_2.10-0.8.2.2.jar

On Fri, Oct 16, 2015 at 9:25 AM, Ashish Singh  wrote:

> Hello Kiran,
>
> kafka-consumer-groups.sh will be released as part of 0.9.0.0.
>
> What version of Kafka are you using? Info on ConsumerGroups is persisted in
> Zookeeper and you can write a simple tool like here
>  to get this info.
> ​
>
> On Thu, Oct 15, 2015 at 7:14 AM, Kiran Singh 
> wrote:
>
> > Hello
> >
> > I am trying to list all group in my kafka but not able to get any info.
> > There is one JIRA https://issues.apache.org/jira/browse/KAFKA-1476,
> which
> > talk about "kafka-consumer-groups.sh" script. Using this we can list all
> > groups. But i am not able to find this script in my kafka tar file.
> >
> > In which version this script was introduced ?
> >
> > Thanks and Regards
> >
>
>
>
> --
>
> Regards,
> Ashish
>


Re: How to get group list in kafka?

2015-10-15 Thread Ashish Singh
Hello Kiran,

kafka-consumer-groups.sh will be released as part of 0.9.0.0.

What version of Kafka are you using? Info on ConsumerGroups is persisted in
Zookeeper and you can write a simple tool like here
 to get this info.
​

On Thu, Oct 15, 2015 at 7:14 AM, Kiran Singh  wrote:

> Hello
>
> I am trying to list all group in my kafka but not able to get any info.
> There is one JIRA https://issues.apache.org/jira/browse/KAFKA-1476, which
> talk about "kafka-consumer-groups.sh" script. Using this we can list all
> groups. But i am not able to find this script in my kafka tar file.
>
> In which version this script was introduced ?
>
> Thanks and Regards
>



-- 

Regards,
Ashish


How to get group list in kafka?

2015-10-15 Thread Kiran Singh
Hello

I am trying to list all group in my kafka but not able to get any info.
There is one JIRA https://issues.apache.org/jira/browse/KAFKA-1476, which
talk about "kafka-consumer-groups.sh" script. Using this we can list all
groups. But i am not able to find this script in my kafka tar file.

In which version this script was introduced ?

Thanks and Regards