You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by saurav suman <sa...@gmail.com> on 2019/08/13 10:52:26 UTC

Consumer groups are not getting listed with kerberos enabled

Hi,

I am using kafka version 0.10.1 on HDP 2.6 with kerberos enabled. When I am
trying to get the list of consumer groups with below command I am getting
error message. Please advise.


[kafka@XXX ~]$ /usr/hdp/current/kafka-broker/bin/kafka-consumer-groups.sh
--bootstrap-server xxxx:6667,xxxx:6667,xxxx:6667 --list --command-config
/tmp/grouprop.properties
*[2019-08-13 02:40:56,791] WARN TGT renewal thread has been interrupted and
will exit. (org.apache.kafka.common.security.kerberos.KerberosLogin)*



cat /tmp/grouprop.properties

security.protocol=SASL_PLAINTEXT



-- 

Thanks & Regards,
Saurav Suman