Re: Reg: Need info on Kafka Brokers

2017-01-03 Thread Sumit Maheshwari
@Jhon, thanks for pointing that out. I was looking for something like that. But as Ewen pointed out, its not open sourced. Thanks, Sumit On Wed, Jan 4, 2017 at 12:07 PM, Ewen Cheslack-Postava wrote: > Unfortunately, I don't think it has been open sourced (it doesn't seem to

Re: Reg: Need info on Kafka Brokers

2017-01-03 Thread Ewen Cheslack-Postava
Unfortunately, I don't think it has been open sourced (it doesn't seem to be available on https://github.com/paypal). -Ewen On Tue, Jan 3, 2017 at 5:54 PM, Jhon Davis wrote: > Found an interesting Kafka monitoring tool but no information on whether > it's not open

Reg: Need info on Kafka Brokers

2017-01-03 Thread Jhon Davis
Found an interesting Kafka monitoring tool but no information on whether it's not open sourced or not. https://medium.com/@rrsingh.send/monitoring-kafka-at-scale-paypal-254238f6022d Best, J.D. On Mon, Jan 2, 2017 at 11:01 PM, Sreejith S wrote: > Hi Sumit, > > JMX

Re: Reg: Need info on Kafka Brokers

2017-01-02 Thread Sreejith S
Hi Sumit, JMX Metrics will give you lot of in depth information on Kafka. Just try this. https://github.com/srijiths/kafka-connectors/tree/master/kafka-connect-jmx If you use above , then you should have a custom UI to show the metrics. Also you can try open source kafka monitoring tool

Re: Reg: Need info on Kafka Brokers

2017-01-02 Thread Stevo Slavić
Hello Sumit, Not yet. AFAIK few topic management requests got introduced in broker side (see https://issues.apache.org/jira/browse/KAFKA-2229 ) but not yet in client APIs. Querying/listing topics request doesn't seem even to be planned yet. AdminUtils which talks with ZooKeeper via ZkClient is

Reg: Need info on Kafka Brokers

2017-01-02 Thread Sumit Maheshwari
Hi, I am looking to get information about individual brokers in kafka cluster. The information that I am looking for is: - List of topics in a broker - Partitions for each topic in a broker - Metrics like BytesIn/Out Per min, Messages In/Min per topic - ... I have tried looking into