conduktor.io ↗

Kafka Error TOPIC_DELETION_DISABLED

Error code 73 · Non-retriable Admin

Topic deletion is disabled.

Common Causes

Solutions

Diagnostic Commands

# Check topic deletion setting grep 'delete.topic.enable' /path/to/server.properties # Check if topic deletion is enabled kafka-configs.sh --bootstrap-server localhost:9092 --entity-type brokers --entity-default --describe | grep delete.topic

Related APIs

This error can be returned by: DeleteTopics

Related KIPs

KIP-322

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