You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2018/01/10 01:26:00 UTC

[jira] [Created] (KAFKA-6435) Application Reset Tool might delete incorrect internal topics

Matthias J. Sax created KAFKA-6435:
--------------------------------------

             Summary: Application Reset Tool might delete incorrect internal topics
                 Key: KAFKA-6435
                 URL: https://issues.apache.org/jira/browse/KAFKA-6435
             Project: Kafka
          Issue Type: Bug
          Components: streams, tools
    Affects Versions: 1.0.0
            Reporter: Matthias J. Sax


The streams application reset tool, deletes all topic that start with {{<application.id>-}}.

If people have two versions of the same application and name them {{"app"}} and {{"app-v2"}}, resetting {{"app"}} would also delete the internal topics of {{"app-v2"}}.

We either need to disallow the dash in the application ID, or improve the topic identification logic in the reset tool to fix this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)