I set up a Kafka standalone node(HDF ver 3.1.1, Kafka ver 1.0.0)
To load data from kafka, one can create consumer group using kafka-consumer-groups.sh
The command is like the following:
kafka-consumer-groups.sh --bootstrap-server ip-xxx-xxx-xxx-xxx:6667 (--new-consumer) --describe --group logstash
But it results in the following error:
Note: This will not show information about old Zookeeper-based consumers.
Error: Executing consumer group command failed due to The consumer group command timed out while waiting for group to initialize:
How can i solve this problem?