conduktor.io ↗

Kafka Error ELECTION_NOT_NEEDED

Error code 84 · Retriable Broker

Leader election not needed for topic partition.

Common Causes

Solutions

Diagnostic Commands

# Show partition leader vs preferred replica kafka-topics.sh --bootstrap-server localhost:9092 --describe --topic <topic> | grep -E 'Leader:|Replicas:' # Check for unavailable partitions kafka-topics.sh --bootstrap-server localhost:9092 --describe --unavailable-partitions

Related APIs

This error can be returned by: ElectLeaders

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