ex172000 commented on code in PR #14711:
URL: https://github.com/apache/kafka/pull/14711#discussion_r1386109294


##########
streams/src/main/java/org/apache/kafka/streams/StreamsConfig.java:
##########
@@ -760,13 +760,14 @@ 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";

Review Comment:
   The naming does not include the goal of `minimum cross rack traffic` in the 
doc, should we name it to 
`RACK_AWARE_ASSIGNMENT_STRATEGY_MIN_TRAFFIC_BALANCE_SUBTOPOLOGY` instead?



-- 
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]

Reply via email to