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
- Sometimes the programs shutdowns, throwing some jvm exception and creates heap log.
- Programs in running state(without any changes in the code or configuration), but no message is being consumed.
Is there something i'm missing.