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 --
As mentioned in doc here
Topic deletion option is disabled by default. To enable it set the server config delete.topic.enable=true Kafka does not currently support reducing the number of partitions for a topic or changing the replication factor.
Make sure delete.topic.enable=true