Hi All,
I am trying to describe the Kafka Consumer group by the below command .
bin/kafka-consumer-groups.sh --new-consumer --bootstrap-server broker1:9092,broker2:9092 --describe --group console-consumer-44261 --command-config conf/security_user_created
But I am getting an error as
Consumer group `console-consumer-44261` does not exist or is rebalancing.
I have checked the zookeeper , the consumer group exist and I am always getting this error .
Could some point out me here , what mistake I am making here .
Kakfa version I am using is 0.9 .
Thanks in advance ,
Param.