This incident type refers to the failure of authentication in a Kafka cluster that is using the SASL_SSL protocol for authentication. This could be caused by various reasons such as invalid credentials, expired certificates, or configuration issues. As a result, users may not be able to access the Kafka cluster, or may experience delays or errors when attempting to do so. This can have a significant impact on the overall functionality of the software system that relies on the Kafka cluster for data processing and communication.
Parameters
Debug
Check if Kafka is running
Check the Kafka logs for any error messages related to SASL_SSL authentication
Verify that the correct credentials are being used for authentication
Check the Kafka server.properties file to ensure that SASL_SSL is enabled and configured correctly
Verify that the correct SSL/TLS certificates are being used for encryption and authentication
Repair
Check the credentials being used for authentication and verify that they are correct.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.