You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "sanjog.lee (JIRA)" <ji...@apache.org> on 2015/12/17 14:20:46 UTC

[jira] [Created] (KAFKA-3005) delete kafka topic without delete.topic.enable=true

sanjog.lee created KAFKA-3005:
---------------------------------

             Summary: delete kafka topic without delete.topic.enable=true
                 Key: KAFKA-3005
                 URL: https://issues.apache.org/jira/browse/KAFKA-3005
             Project: Kafka
          Issue Type: Bug
            Reporter: sanjog.lee


I have a kafka cluster it isn't true for the 'delete.topic.enable' of the kafka server's config when it's setup.

Now, i want to delete a topic without restarting the cluster.
and, i find a way :
1. run command bin/kafka-topics.sh --delete to mark the topic
2. romove topic file of kafka server on linux filesystem.

there is a better way to handle this?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)