Ron Dagostino created KAFKA-14051:
-------------------------------------
Summary: KRaft remote controllers do not create metrics reporters
Key: KAFKA-14051
URL: https://issues.apache.org/jira/browse/KAFKA-14051
Project: Kafka
Issue Type: Bug
Components: kraft
Affects Versions: 3.3
Reporter: Ron Dagostino
KRaft remote controllers (KRaft nodes with the configuration value
process.roles=controller) do not create the configured metrics reporters
defined by the configuration key metric.reporters. The reason is because KRaft
remote controllers are not wired up for dynamic config changes, and the
creation of the configured metric reporters actually happens during the wiring
up of the broker for dynamic reconfiguration, in the invocation of
DynamicBrokerConfig.addReconfigurables(KafkaBroker).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)