Configure CDP Kafka and Zookeeper
This page describes how to verify and update JMX settings for Kafka and ZooKeeper in CDP-based installations so that Pulse can collect metrics.
Verify JMX Settings
Kafka and Zookeeper JMX are enabled by default with CDP-based installations.
Update the Kafka JMX Host
- In the CM UI, navigate to Kafka > Configuration.
- Search for Additional Broker Java Options (broker_java_opts).
- Replace the host value:
-Dcom.sun.management.jmxremote.host=127.0.0.1with:
-Dcom.sun.management.jmxremote.host=0.0.0.0Result
This update allows Pulse to connect to the JMX port.
Was this page helpful?