chia7712 commented on code in PR #17179:
URL: https://github.com/apache/kafka/pull/17179#discussion_r1767319027
##########
docs/upgrade.html:
##########
@@ -48,6 +48,15 @@ <h5><a id="upgrade_400_notable"
href="#upgrade_400_notable">Notable changes in 4
The <code>--whitelist</code> option was removed from the
<code>kafka-console-consumer</code> command line tool.
Please use <code>--include</code> instead.
</li>
+ <li>
+ The <code>metrics.jmx.blacklist</code> was removed from the
<code>kafka.common.metrics.JmxReporter</code>
Review Comment:
`kafka.common.metrics.JmxReporter` ->
`org.apache.kafka.common.metrics.JmxReporter`
##########
docs/upgrade.html:
##########
@@ -48,6 +48,15 @@ <h5><a id="upgrade_400_notable"
href="#upgrade_400_notable">Notable changes in 4
The <code>--whitelist</code> option was removed from the
<code>kafka-console-consumer</code> command line tool.
Please use <code>--include</code> instead.
</li>
+ <li>
+ The <code>metrics.jmx.blacklist</code> was removed from the
<code>kafka.common.metrics.JmxReporter</code>
+ Please use <code>metrics.jmx.exclude</code> instead.
+ </li>
+ <li>
+ The <code>metrics.jmx.whitelist</code> was removed from the
<code>kafka.common.metrics.JmxReporter</code>
Review Comment:
`kafka.common.metrics.JmxReporter` ->
`org.apache.kafka.common.metrics.JmxReporter`
--
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]