Discussion:
Consumer group failed with SASL_SSL configuration
Arunkumar
2017-07-11 15:27:57 UTC
Permalink
Hi All

I configured 3 zookeeper and 3 kafka node cluster with SASL_SSL which is working fine. I am able to produce and consume from the command line. But when I try to describe consumer group it fails. Please see below for the command and the error. Any insight is highly appreciated.


bin/kafka-consumer-groups --bootstrap-server broker1:9094,broker2:9094,broker:9094 --new-consumer --group test-group --describe
Note: This will only show information about consumers that use the Java consumer API (non-ZooKeeper-based consumers).

Error: Executing consumer group command failed due to Request GROUP_COORDINATOR failed on brokers List(broker1:9094 (id: -3 rack: null), broker2:9094 (id: -1 rack: null), broker3:9094 (id: -2 rack: null))


Thanks
Arunkumar Pichaimuthu, PMP

Loading...