DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- Disabled by default: requires manual activation via
-Dkafka_mx4jenable=true - Completely undocumented: there is no official Kafka documentation on how to activate this feature
- Potentially vulnerable: it is not maintained and last release was on October 12, 2006 (18 years ago)
- Apparently unused: a 2016 query on the Kafka users mailing list received no responses
Nowadays, the Prometheus JMX Exporter is a popular choice for Kafka monitoring, offering seamless integration with contemporary monitoring stacks such as Prometheus and Grafana.
A closer alternative to MX4j is Jolokia (RESTful JSON API) paired with Hawtio (web-based management console).
These alternatives operates through Java agents and relies solely on JMX exposure without requiring additional Kafka-specific support.
Public Interfaces
The kafka_mx4jenable system property handling logic will be first deprecated and then removed.
...