conduktor.io ↗

Kafka Error REQUEST_TIMED_OUT

Error code 7 · Retriable Broker

The request timed out.

Common Causes

Solutions

Diagnostic Commands

# Check for under-replicated partitions kafka-topics.sh --describe --bootstrap-server localhost:9092 --under-replicated-partitions # Check request handler utilization in logs grep -E 'RequestHandlerAvgIdlePercent|NetworkProcessorAvgIdlePercent' /var/log/kafka/server.log | tail -20

Related APIs

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

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