Han,
It's kafka.admin.ConsumerGroupCommand, you can also use
bin/kafka-consumer-groups.sh
Guozhang
On Thu, Dec 31, 2015 at 6:23 AM, Han JU wrote:
> Hi,
>
> I'm trying to check the offset of a consumer group with the new consumer
> API. But it seems that kafka-run-class cannot launch
> `Consume
Hi,
I'm trying to check the offset of a consumer group with the new consumer
API. But it seems that kafka-run-class cannot launch `ConsumerGroupCommand`.
bin/kafka-run-class.sh kafka.tools.ConsumerGroupCommand --zookeeper
localhost:2181 --group my-group
>> Error: Could not find or load main class