I am using single node Kafka 0.10.2 and while running this command *./kafka-consumer-groups.sh --bootstrap-server localhost:9092 --describe --group <groupName>* on my Kafka broker server 80 % time its throwing this error. Error: Executing consumer group command failed due to Request GROUP_COORDINATOR failed on brokers List(localhost:9092 (id: -1 rack: null))
Can anyone tell me about this behavior? I have made sure that Kafka process is running on my broker. Regards, Abhimanyu