Hi all,
I use Kafka 0.10.0, Flink 1.9.0, why I can’t get flink consumer10 group which I had configured. And I use KafkaConsumer not with Flink to consumer the same topic, I can get the consumer group metadata. Thanks.
Kafka/bin/kafka-run-class kafka.admin.ConsumerGroupCommand --bootstrap-server t4:9092,t5:9092,t6:9092 --new-consumer --list|grep consumer_group_1
AlexFu