Poorvankbhatia commented on code in PR #26308: URL: https://github.com/apache/flink/pull/26308#discussion_r1999999689
########## flink-core/src/main/java/org/apache/flink/configuration/TaskManagerOptions.java: ########## @@ -754,7 +759,8 @@ public enum SystemOutMode { /** Type of {@link TaskManagerOptions#TASK_MANAGER_LOAD_BALANCE_MODE}. */ public enum TaskManagerLoadBalanceMode { NONE, - SLOTS + SLOTS, + MIN_RESOURCES Review Comment: Got it. Thanks. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org