jmxterm workaround for getting metrics; Problem with custom metrics reporter

2017-02-08 Thread Jendrik Poloczek
t;) override def configure(map: JMap[String, _]): Unit = () } Michael Ross or Anish Mashankar, did you find a solution for this problem? Thanks, Jendrik Poloczek

Re: Cannot access Kafka Streams JMX metrics using jmxterm

2017-01-30 Thread Jendrik Poloczek
d jmxterm. Can you confirm if it is able to access the Kafka > producer/consumer metrics (they exist since Kafka Streams internally uses > Kafka)? > > I've personally used jconsole to look at the collected streams metrics, but > that might be limited for your needs. > &

Cannot access Kafka Streams JMX metrics using jmxterm

2017-01-30 Thread Jendrik Poloczek
Hi, I want to read the Kafka Streams JMX metrics using jmxterm, similiar to this Kafka documentation: https://cwiki.apache.org/confluence/display/KAFKA/jmxterm+quickstart. I am using the same version: jmxterm-1.0-alpha-4-uber.jar. I managed to retrieve metrics from the Kafka Streams application v