You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by "hsy541@gmail.com" <hs...@gmail.com> on 2014/11/24 19:37:34 UTC

Is there a plan to build a ubiquitous web service API to manage the kafka cluster

Hi guys,

Nowadays, all kafka administration work (add, tear down node, topic
management, throughput monitor) are done by various different tool talk to
brokers, zookeeper etc. Is there a plan for core team to build a central
universal server providing webservice API to do all the admin work?

Best,
Siyuan

Re: Is there a plan to build a ubiquitous web service API to manage the kafka cluster

Posted by Joe Stein <jo...@stealth.ly>.
That is written up here
https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Command+Line+and+Related+Improvements

Initially there will be a client API for command line but since it works on
the wire protocol anyone can either wrap the API or go directly to the wire
protocol to implement it however they want.

Work for that has already gotten underway parent ticket
https://issues.apache.org/jira/browse/KAFKA-1694

/*******************************************
 Joe Stein
 Founder, Principal Consultant
 Big Data Open Source Security LLC
 http://www.stealth.ly
 Twitter: @allthingshadoop <http://www.twitter.com/allthingshadoop>
********************************************/

On Mon, Nov 24, 2014 at 1:37 PM, hsy541@gmail.com <hs...@gmail.com> wrote:

> Hi guys,
>
> Nowadays, all kafka administration work (add, tear down node, topic
> management, throughput monitor) are done by various different tool talk to
> brokers, zookeeper etc. Is there a plan for core team to build a central
> universal server providing webservice API to do all the admin work?
>
> Best,
> Siyuan
>