conduktor.io ↗

Kafka Error UNSTABLE_OFFSET_COMMIT

Error code 88 · Retriable Consumer

There are unstable offsets that need to be cleared.

Common Causes

Solutions

Diagnostic Commands

# Check consumer group lag and offsets kafka-consumer-groups.sh --bootstrap-server localhost:9092 --describe --group <group-id> | grep -E 'LAG|OFFSET' # Check transaction-state topic health kafka-topics.sh --bootstrap-server localhost:9092 --describe --topic __transaction_state | grep -E 'Leader|Isr|Replicas'

Related APIs

This error can be returned by: OffsetFetch

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