You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Kafka 4.0.0, the org.apache.kafka.common.metrics.JmxReporter will still be enabled by default, but the user will need to explicitly add this plugin to the metric.reporters property when setting any other custom metrics plugin. This means that, with the current Cluster Operator reconciliation logic, the JMX Prometheus Exporter would not work when Cruise Control is also enabled.
Suggested solution
Update the Cluster Operator Kafka cluster configuration reconciliation to explicitly add the org.apache.kafka.common.metrics.JmxReporter to metric.reporters when JMX Prometheus Exporter is enabled.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Related problem
In Kafka 4.0.0, the
org.apache.kafka.common.metrics.JmxReporter
will still be enabled by default, but the user will need to explicitly add this plugin to themetric.reporters
property when setting any other custom metrics plugin. This means that, with the current Cluster Operator reconciliation logic, the JMX Prometheus Exporter would not work when Cruise Control is also enabled.Suggested solution
Update the Cluster Operator Kafka cluster configuration reconciliation to explicitly add the
org.apache.kafka.common.metrics.JmxReporter
tometric.reporters
when JMX Prometheus Exporter is enabled.Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: