You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2014/08/07 19:34:16 UTC

[jira] [Created] (KAFKA-1576) Make "deleteTopic" a bit more user friendly

Gwen Shapira created KAFKA-1576:
-----------------------------------

             Summary: Make "deleteTopic" a bit more user friendly
                 Key: KAFKA-1576
                 URL: https://issues.apache.org/jira/browse/KAFKA-1576
             Project: Kafka
          Issue Type: Improvement
            Reporter: Gwen Shapira
            Assignee: Gwen Shapira


Current implementation of deleteTopic has few usability issues:

1. Successful deleteTopic doesn't give the user any feedback that anything happened
2. Attempting to delete a topic twice leads to a "node exists" exception from zkclient. We should catch this and send "Topic is being deleted" error to the user.
3. Listing topics may show deleted topics (while the brokers are still cleaning up), it will be nice to mark them as deleted.



--
This message was sent by Atlassian JIRA
(v6.2#6252)