conduktor.io ↗

Kafka Error NOT_ENOUGH_REPLICAS

Error code 19 · Retriable Broker

Messages are rejected since there are fewer in-sync replicas than required.

Common Causes

Solutions

Diagnostic Commands

# Check for under-replicated partitions kafka-topics.sh --describe --bootstrap-server localhost:9092 --under-replicated-partitions # Check for unavailable partitions kafka-topics.sh --describe --bootstrap-server localhost:9092 --unavailable-partitions

Related APIs

This error can be returned by: EndTxn · InitProducerId · Produce · WriteTxnMarkers

Related KIPs

KIP-579 · KIP-637

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