You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Ron Dagostino (Jira)" <ji...@apache.org> on 2022/07/06 20:32:00 UTC

[jira] [Created] (KAFKA-14051) KRaft remote controllers do not create metrics reporters

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)