[ https://issues.apache.org/jira/browse/KAFKA-6907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16490801#comment-16490801 ]
praveen commented on KAFKA-6907: -------------------------------- I was able to resolve this issue. Changed the advertised listener and listener to listen on IPAddress instead of localhost. > 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)