conduktor.io ↗

Kafka Error RECORD_LIST_TOO_LARGE

Error code 18 · Non-retriable Producer

The request included message batch larger than the configured segment size on the server.

Common Causes

Solutions

Diagnostic Commands

# Check topic segment configuration kafka-configs.sh --bootstrap-server localhost:9092 --entity-type topics --entity-name <topic> --describe | grep segment # Describe broker-level configuration kafka-configs.sh --bootstrap-server localhost:9092 --entity-type brokers --entity-name <broker-id> --describe | grep -E 'segment|request.size'

Related APIs

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

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