conduktor.io ↗

Kafka Error UNSUPPORTED_SASL_MECHANISM

Error code 33 · Non-retriable Security

The broker does not support the requested SASL mechanism.

Common Causes

Solutions

Diagnostic Commands

# Verify broker connectivity and API versions kafka-broker-api-versions.sh --bootstrap-server localhost:9092 --command-config client-sasl.properties 2>&1 | head -5 # Check SASL config in broker properties grep 'sasl.enabled.mechanisms\|sasl.mechanism' /opt/kafka/config/server.properties

Related APIs

This error can be returned by: SaslHandshake

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