0

I'm running a KafkaStream application which does some transformation of the received messaged and re-insert it back to the another kafka topic. I was trying to monitor it thorugh grafana + promethus using jmx_exporter . The problem that i'm encounering is, as soon as i have attached jmx_exporter as javaagent, I have seen two different cases

  1. Sometimes the programs shutdowns, throwing some jvm exception and creates heap log.
  2. Programs in running state(without any changes in the code or configuration), but no message is being consumed.

Is there something i'm missing.

Guda uma shanker
  • 183
  • 1
  • 13

1 Answers1

-1

I faced the same issue. I upgraded the JMX and it works now.

Link to download jmx_prometheus_javaagent-0.12.0.jar

barbsan
  • 3,418
  • 11
  • 21
  • 28
Ankur Jha
  • 41
  • 1
  • 5
  • HI Ankur, can you share your step by step details on how did you enable kafka monitoring ? I am following steps as described here https://stackoverflow.com/questions/58599405/kafka-and-jmx-exporter and I am unable to get it working. thanks – ankit patel Oct 29 '19 at 18:10