You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Stanislav Kozlovski (JIRA)" <ji...@apache.org> on 2019/06/03 10:20:00 UTC

[jira] [Created] (KAFKA-8467) Trogdor - Add option to delete topic in RoundTripWorker

Stanislav Kozlovski created KAFKA-8467:
------------------------------------------

             Summary: Trogdor - Add option to delete topic in RoundTripWorker
                 Key: KAFKA-8467
                 URL: https://issues.apache.org/jira/browse/KAFKA-8467
             Project: Kafka
          Issue Type: Improvement
            Reporter: Stanislav Kozlovski
            Assignee: Stanislav Kozlovski


Trogdor's RoundTripWorker verifies that each message that is produced to the cluster gets consumed. It automatically creates the topics we want to use but it does not delete them in the end.

As topic deletion is an essential feature of Kafka, we should enable testing that too. Practice goes to show that we still have some bugs around that code path - e.g a recently uncovered memory leak https://issues.apache.org/jira/browse/KAFKA-8448



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)