Hello,

Based on the Quick start on Kafka site, I was trying to use the
kafka-consumer-groups command line script

PS C:\kafka_2.11-1.1.0\bin\windows> .\kafka-consumer-groups.bat
>>> --new-consumer --bootstrap-server localhost:9092 --list
>>> The [new-consumer] option is deprecated and will be removed in a future
>>> major release.The new consumer is used by default if the [bootstrap-server]
>>> option is provided.
>>> Note: This will not show information about old Zookeeper-based consumers.
>>> test-consumer-group
>>
>>
>>
>>>
>>> PS C:\kafka_2.11-1.1.0\bin\windows> .\kafka-consumer-groups.bat
>>> --new-consumer --bootstrap-server localhost:9092 --describe --group
>>> test-consumer-group
>>> The [new-consumer] option is deprecated and will be removed in a future
>>> major release.The new consumer is used by default if the [bootstrap-server]
>>> option is provided.
>>> Note: This will not show information about old Zookeeper-based consumers.
>>
>>
>>    PS C:\kafka_2.11-1.1.0\bin\windows>
>>
>


I am not being able to find consumer group details using --describe option.
But the consumer group is there as the --list output shows. Also, I can see
them in the log directory.

I believe there might be some properties or parameter which I need to tweak
to allow some throttling, or this may be an intermittent issue. Could
anyone please suggest what I might be missing here?

Regards,

Reply via email to