conduktor.io ↗

Kafka Error RESOURCE_NOT_FOUND

Error code 91 · Non-retriable Admin

A request illegally referred to a resource that does not exist.

Common Causes

Solutions

Diagnostic Commands

# Describe topic partitions, leaders, and ISR kafka-topics.sh --bootstrap-server localhost:9092 --describe --topic <topic-name> # Describe topic-level configuration overrides kafka-configs.sh --bootstrap-server localhost:9092 --describe --entity-type topics --entity-name <topic-name>
Debugging Kafka errors? Conduktor Console gives you real-time visibility into your cluster. Explore all errors in the Error Decoder.