conduktor.io ↗

Kafka Error TOPIC_ALREADY_EXISTS

Error code 36 · Non-retriable Admin

Topic with this name already exists.

Common Causes

Solutions

Diagnostic Commands

# Describe topic partitions, leaders, and ISR kafka-topics.sh --bootstrap-server localhost:9092 --describe --topic <topic-name> # List topics and search for the target topic kafka-topics.sh --bootstrap-server localhost:9092 --list | grep <topic-name>

Related APIs

This error can be returned by: CreateTopics

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