Use Kafka command line with Kerberos

kdestroy
kinit -k -t myprincipal.keytab myprincipal/HOST.com

export KAFKA_CLIENT_KERBEROS_PARAMS="-Djava.security.auth.login.config=/etc/kafka/conf/kafka_client_jaas.conf"

/usr/hdp/current/kafka-broker/bin/kafka-console-consumer.sh \
--zookeeper zookeeper.com:2181 \
--topic topicname \
--from-beginning \
--security-protocol SASL_PLAINTEXT

No comments:

Post a Comment

Please share your views and comments below.

Thank You.