conduktor.io ↗

Kafka Error DUPLICATE_RESOURCE

Error code 92 · Non-retriable Admin

A request illegally referred to the same resource twice.

Common Causes

Solutions

Diagnostic Commands

# Check for duplicate ACL entries kafka-acls.sh --bootstrap-server localhost:9092 --list | sort | uniq -d # List all topics on the cluster kafka-topics.sh --bootstrap-server localhost:9092 --list | sort | uniq -d
Debugging Kafka errors? Conduktor Console gives you real-time visibility into your cluster. Explore all errors in the Error Decoder.