fonsdant commented on code in PR #17182:
URL: https://github.com/apache/kafka/pull/17182#discussion_r1759165273
##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -465,9 +465,6 @@ public class StreamsConfig extends AbstractConfig {
public static final String RACK_AWARE_ASSIGNMENT_STRATEGY_NONE = "none";
public static final String RACK_AWARE_ASSIGNMENT_STRATEGY_MIN_TRAFFIC =
"min_traffic";
public static final String
RACK_AWARE_ASSIGNMENT_STRATEGY_BALANCE_SUBTOPOLOGY = "balance_subtopology";
- /**
- * Config value for parameter {@link #BUILT_IN_METRICS_VERSION_CONFIG
"built.in.metrics.version"} for the latest built-in metrics version.
- */
public static final String METRICS_LATEST = "latest";
Review Comment:
Maybe we should remove the `METRICS_LATEST` too?
--
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]