conduktor.io ↗

Kafka Error INVALID_REGISTRATION

Error code 119 · Non-retriable KRaft

The controller has considered the broker registration to be invalid.

Common Causes

Solutions

Diagnostic Commands

# Inspect broker storage metadata and cluster ID kafka-storage.sh info -c /path/to/server.properties # Look for cluster ID errors in logs grep 'INVALID_REGISTRATION\|BrokerRegistration\|cluster.id\|incarnation' /var/log/kafka/server.log | tail -50

Related APIs

This error can be returned by: BrokerRegistration · ControllerRegistration

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