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

  1. In the CM UI, navigate to Kafka > Configuration.

  2. Search for Additional Broker Java Options (broker_java_opts).

  3. Replace the host value:

-Dcom.sun.management.jmxremote.host=127.0.0.1

with:

-Dcom.sun.management.jmxremote.host=0.0.0.0

Result

This update allows Pulse to connect to the JMX port.