conduktor.io ↗

Kafka Error LISTENER_NOT_FOUND

Error code 72 · Retriable Broker

There is no listener on the leader broker that matches the listener on which metadata request was processed.

Common Causes

Solutions

Diagnostic Commands

# Check listener config in broker properties grep -E 'listeners|advertised.listeners|listener.security.protocol.map|inter.broker.listener' /path/to/server.properties # Check broker connectivity and listeners kafka-broker-api-versions.sh --bootstrap-server localhost:9092 2>&1 | grep -i 'listener\|error'
Debugging Kafka errors? Conduktor Console gives you real-time visibility into your cluster. Explore all errors in the Error Decoder.