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/08/05 10:01:00 UTC

[jira] [Created] (KAFKA-8751) Trogdor - Add endpoint that deletes all tasks

Stanislav Kozlovski created KAFKA-8751:
------------------------------------------

             Summary: Trogdor - Add endpoint that deletes all tasks
                 Key: KAFKA-8751
                 URL: https://issues.apache.org/jira/browse/KAFKA-8751
             Project: Kafka
          Issue Type: Improvement
            Reporter: Stanislav Kozlovski


It is very useful to have a single endpoint which clears all of Trogdor's state. During testing, we sometimes want to start from a clean slate and ensure all tasks are finished.

The easiest way to do this is to delete all of them, ensuring all have stop. Currently, we need to resort to calling the API N times, where N is the number of (running) tasks present.

 

It would be way cooler if we had a single endpoint to do all of this for us, something like:

`DELETE /coordinator/tasks/`



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)