conduktor.io ↗

Kafka Error UNKNOWN_SERVER_ERROR

Error code -1 · Non-retriable Broker

The server experienced an unexpected error when processing the request.

Common Causes

Solutions

Diagnostic Commands

# Look for errors and crashes in broker logs grep -E 'ERROR|FATAL|Exception|OutOfMemory' /var/log/kafka/server.log | tail -50 # Check for log directory errors on the broker kafka-log-dirs.sh --bootstrap-server localhost:9092 --topic-list <topic> --describe | grep -i error

Related APIs

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

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