conduktor.io ↗

Kafka Error OFFSET_MOVED_TO_TIERED_STORAGE

Error code 109 · Non-retriable Consumer

The requested offset is moved to tiered storage.

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|TOPIC|PARTITION' # Check whether tiered storage is enabled for the topic kafka-configs.sh --bootstrap-server localhost:9092 --entity-type topics --entity-name <topic> --describe | grep -E 'remote.storage.enable|local.retention'

Related APIs

This error can be returned by: Fetch

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