conduktor.io ↗

Kafka Error UNSUPPORTED_ENDPOINT_TYPE

Error code 115 · Non-retriable KRaft

This endpoint type is not supported yet.

Common Causes

Solutions

Diagnostic Commands

# Check broker supported API versions kafka-broker-api-versions.sh --bootstrap-server localhost:9092 --command-config admin.properties 2>&1 | grep -i 'controller\|endpoint' # Look for endpoint errors in logs grep 'UNSUPPORTED_ENDPOINT\|endpoint type' /var/log/kafka/server.log | tail -30
Debugging Kafka errors? Conduktor Console gives you real-time visibility into your cluster. Explore all errors in the Error Decoder.