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 the JMX metrics seems but they does not provide the above information. Is it possible to get these information from the broker itself without contacting zookeeper? Thanks, Sumit
