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 --
First, you run this command to delete your topic:
$ bin/kafka-topics.sh --delete --bootstrap-server localhost:9092 --topic
List active topics to check delete completely:
$ bin/kafka-topics.sh --list --bootstrap-server localhost:9092