conduktor.io ↗

Kafka Error INVALID_TOPIC_EXCEPTION

Error code 17 · Non-retriable Admin

The request attempted to perform an operation on an invalid topic.

Common Causes

Solutions

Diagnostic Commands

# Describe topic partitions, leaders, and ISR kafka-topics.sh --describe --topic '<topic>' --bootstrap-server localhost:9092 # List topics and search for the target topic kafka-topics.sh --list --bootstrap-server localhost:9092 | grep -P '[^a-zA-Z0-9._-]'

Related APIs

This error can be returned by: ListOffsets

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