conduktor.io ↗

Kafka Error INVALID_COMMIT_OFFSET_SIZE

Error code 28 · Non-retriable Consumer

The committing offset data size is not valid.

Common Causes

Solutions

Diagnostic Commands

# Check how many partitions the consumer group is assigned kafka-consumer-groups.sh --bootstrap-server localhost:9092 --describe --group <group-id> | wc -l # Look for commit offset size errors in logs grep 'INVALID_COMMIT_OFFSET_SIZE\|commit offset' /var/log/kafka-consumer.log | tail -20
Debugging Kafka errors? Conduktor Console gives you real-time visibility into your cluster. Explore all errors in the Error Decoder.