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


##########
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:
   @ex172000 -- not sure if I can follow what you mean by your comment? Can you 
elaborate?



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