This section describes how to view the consumer list and consumer connection addresses.
The consumer list and connection address can be viewed only when consumers in a consumer group are connected to the Kafka instance (that is, the consumer group is in the STABLE state).
Select the region where your Kafka instance is located.
In the consumer list, you can view the consumer ID, consumer address, and client ID.
./kafka-consumer-groups.sh --bootstrap-server ${connection-address} --group ${group-name} --members --describe
./kafka-consumer-groups.sh --bootstrap-server ${connection-address} --group ${group-name} --members --describe --command-config ./config/ssl-user-config.properties
Select the region where your Kafka instance is located.