You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "praveen (JIRA)" <ji...@apache.org> on 2018/05/16 12:41:00 UTC

[jira] [Created] (KAFKA-6907) Not able to delete topic

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)