Authentication TLS/SSL client authenticationKafka supports TLS/SSL authentication for its clients. Configuring TLS/SSL authentication for a Kafka deployment involves enabling TLS/SSL encryption for the brokers and then configuring both clients and brokers for TLS/SSL authentication.Kerberos authenticationLearn more about using Kerberos authentication with Kafka.Delegation token based authenticationAn overview on Kafka delegation tokens.LDAP authenticationYou can configure Kafka to make use of LDAP credentials for client to broker authentication. In order to enable LDAP authentication you must configure both brokers and clients accordingly.PAM authenticationYou can configure Kafka to use the PAM authentication mechanism for client to broker authentication. In order to enable PAM authentication you must configure both brokers and clients accordingly.