conduktor.io ↗

Kafka Error FETCH_SESSION_TOPIC_ID_ERROR

Error code 106 · Retriable Consumer

The fetch session encountered inconsistent topic ID usage.

Common Causes

Solutions

Diagnostic Commands

# Check topic UUID and metadata kafka-topics.sh --bootstrap-server localhost:9092 --describe --topic <topic-name> | grep TopicId # Look for fetch session events in logs grep 'FetchSessionTopicIdError\|fetch session\|topic.*id.*mismatch' /var/log/kafka/server.log | tail -20

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.