You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Bill Bejeck (JIRA)" <ji...@apache.org> on 2017/09/22 19:51:00 UTC

[jira] [Created] (KAFKA-5965) Remove Deprecated AdminClient from Streams Resetter Tool

Bill Bejeck created KAFKA-5965:
----------------------------------

             Summary: Remove Deprecated AdminClient from Streams Resetter Tool
                 Key: KAFKA-5965
                 URL: https://issues.apache.org/jira/browse/KAFKA-5965
             Project: Kafka
          Issue Type: Improvement
          Components: streams
    Affects Versions: 1.0.0
            Reporter: Bill Bejeck
            Assignee: Bill Bejeck


To break the dependency on using ZK, the {{StreamsResetter}} tool now uses the {{KafkaAdminClient}} for deleting topics and the {{kafka.admin.AdminClient}} for verfiying no consumer groups are active before running.

Once the {{KafkaAdminClient}} has a describe group functionality, we should remove the dependency on {{kafka.admin.AdminClient}} from the {{StreamsResetter}}.



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