I need to delete the topic test in Apache Kafka 0.8.1.1.
test
As expressed in the documentation here, I have executed:
bin/kafka-topics.sh --
You can delete a specific kafka topic (example: test) from zookeeper shell command (zookeeper-shell.sh). Use the below command to delete the topic
zookeeper-shell.sh
rmr {path of the topic}
example:
rmr /brokers/topics/test