conduktor.io ↗

Kafka Error SECURITY_DISABLED

Error code 54 · Non-retriable Security

Security features are disabled.

Common Causes

Solutions

Diagnostic Commands

# Check listener config in broker properties grep -E 'authorizer.class.name|listeners' /path/to/server.properties # Check cluster-default broker security settings kafka-configs.sh --bootstrap-server localhost:9092 --entity-type brokers --entity-default --describe | grep -E 'authorizer|listener|sasl|ssl'
Debugging Kafka errors? Conduktor Console gives you real-time visibility into your cluster. Explore all errors in the Error Decoder.