mingyen066 opened a new pull request, #23097: URL: https://github.com/apache/kafka/pull/23097
`DynamicMetricReporterState` overrides only `broker.id` when configuring metrics reporters. Since `broker.id` will no longer be passed to plugins from 5.0 (KIP-1232), pass `node.id` alongside it. This does not change what reporters see today: `getConfiguredInstances` layers the override on top of the broker's `originals()`, where `populateSynonyms` has already put `node.id` with the same value. No test is added because an assertion on `node.id` would pass without this change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
