conduktor.io ↗

Kafka Error UNKNOWN_TOPIC_ID

Error code 100 · Retriable Broker

This server does not host this topic ID.

Common Causes

Solutions

Diagnostic Commands

# Describe topic partitions, leaders, and ISR kafka-topics.sh --bootstrap-server localhost:9092 --describe --topic <topic-name> # Check KRaft metadata quorum status kafka-metadata-quorum.sh --bootstrap-server localhost:9092 describe --status | grep -E 'HighWatermark|Applied'

Related APIs

This error can be returned by: Fetch · Metadata · OffsetCommit · OffsetFetch · Produce

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