conduktor.io ↗

Kafka Error ELIGIBLE_LEADERS_NOT_AVAILABLE

Error code 83 · Retriable Broker

Eligible topic partition leaders are not available.

Common Causes

Solutions

Diagnostic Commands

# Check for under-replicated partitions kafka-topics.sh --bootstrap-server localhost:9092 --describe --under-replicated-partitions # Preview leader election results kafka-leader-election.sh --bootstrap-server localhost:9092 --election-type PREFERRED --all-topic-partitions --dry-run 2>&1 | grep -i 'not eligible\|error'

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.