praveen created KAFKA-6907:
------------------------------
Summary: Not able to delete topic
Key: KAFKA-6907
URL: https://issues.apache.org/jira/browse/KAFKA-6907
Project: Kafka
Issue Type: Bug
Components: config
Affects Versions: 1.1.0
Environment: Development
Reporter: praveen
Fix For: 1.1.0
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
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)