conduktor.io ↗

Kafka Error INCONSISTENT_TOPIC_ID

Error code 103 · Retriable Broker

The log's topic ID did not match the topic ID in the request.

Common Causes

Solutions

Diagnostic Commands

# Check topic UUID and metadata kafka-topics.sh --bootstrap-server localhost:9092 --describe --topic <topic-name> | grep TopicId # Inspect raw log segment data kafka-dump-log.sh --files /var/kafka/data/<topic>-<partition>/00000000000000000000.log --print-data-log 2>&1 | head -20
Debugging Kafka errors? Conduktor Console gives you real-time visibility into your cluster. Explore all errors in the Error Decoder.