Description
Not able to delte kafka topic
./kafka-topics.sh --delete --zookeeper zoo1:2181 --topic test1
Topic test1 is marked for deletion.
Note: This will have no impact if delete.topic.enable is not set to true.
./kafka-topics.sh --describe --zookeeper zoo1:2181 --topic test1
Topic:test1 PartitionCount:1 ReplicationFactor:2 Configs: MarkedForDeletion:true
Topic: test1 Partition: 0 Leader: -1 Replicas: 1,0 Isr: 0