chia7712 commented on code in PR #17179:
URL: https://github.com/apache/kafka/pull/17179#discussion_r1758122744
##########
clients/src/main/java/org/apache/kafka/common/metrics/JmxReporter.java:
##########
@@ -55,10 +55,10 @@ public class JmxReporter implements MetricsReporter {
public static final String METRICS_CONFIG_PREFIX = "metrics.jmx.";
public static final String EXCLUDE_CONFIG = METRICS_CONFIG_PREFIX +
"exclude";
- public static final String EXCLUDE_CONFIG_ALIAS = METRICS_CONFIG_PREFIX +
"blacklist";
+ public static final String EXCLUDE_CONFIG_ALIAS = METRICS_CONFIG_PREFIX;
Review Comment:
all we want to do is to remove the bloacklist-releated configs ....
--
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]