conduktor.io ↗

Kafka Error SASL_AUTHENTICATION_FAILED

Error code 58 · Non-retriable Security

SASL Authentication failed.

Common Causes

Solutions

Diagnostic Commands

# Look for authentication errors in logs grep -i 'AuthenticationException\|SaslAuthentication\|SASL' /path/to/kafka/logs/server.log | tail -20 # Check user credential configuration kafka-configs.sh --bootstrap-server localhost:9092 --describe --entity-type users --entity-name <user>

Related APIs

This error can be returned by: SaslAuthenticate

Debugging Kafka errors? Conduktor Console gives you real-time visibility into your cluster. Explore all errors in the Error Decoder.