Enable Kerberos authentication
Learn how to enable Kerberos Authentication for Kafka.
Apache Kafka supports Kerberos authentication, but it is supported only for the new Kafka Producer and Consumer APIs.
If you already have a Kerberos server, you can add Kafka to your current configuration. If you do not have a Kerberos server, install it before proceeding.
If you already have configured the mapping from Kerberos principals to short names using
the hadoop.security.auth_to_local
HDFS configuration property, configure
the same rules for Kafka by adding the
sasl.kerberos.principal.to.local.rules
property to the Advanced
Configuration Snippet for Kafka Broker Advanced Configuration Snippet using Cloudera
Manager. Specify the rules as a comma separated list.