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

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

     [ https://issues.apache.org/jira/browse/KAFKA-6907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

praveen resolved KAFKA-6907.
----------------------------
    Resolution: Fixed

> 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
>            Priority: Minor
>             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)