[ https://issues.apache.org/jira/browse/KAFKA-3265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15847277#comment-15847277 ]
Colin P. McCabe edited comment on KAFKA-3265 at 1/31/17 6:49 PM: ----------------------------------------------------------------- I wrote a Java `AdministrativeClient`, building off the work already done for KIP-4. Currently it supports `getAllGroups`, `getAllBrokerVersions`, `deleteTopics`, and `createTopics`. For each API, it uses the associated Kafka requests rather than going through ZooKeeper. It is called `AdministrativeClient` to avoid confusing with the `scala.kafka.admin.AdminClient` class. Take a look.... was (Author: cmccabe): Hi [~granthenke], I wrote a Java AdminClient. Check it out. > Create Java Admin Client > ------------------------ > > Key: KAFKA-3265 > URL: https://issues.apache.org/jira/browse/KAFKA-3265 > Project: Kafka > Issue Type: Sub-task > Reporter: Grant Henke > Assignee: Colin P. McCabe > -- This message was sent by Atlassian JIRA (v6.3.15#6346)