zhuzhurk commented on a change in pull request #9797: [FLINK-14059][core] 
Introduce option allVerticesInSameSlotSharingGroupByDefault in ExecutionConfig
URL: https://github.com/apache/flink/pull/9797#discussion_r341051062
 
 

 ##########
 File path: 
flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java
 ##########
 @@ -568,6 +571,32 @@ public InputDependencyConstraint 
getDefaultInputDependencyConstraint() {
                return defaultInputDependencyConstraint;
        }
 
+       /**
+        * Enables to put all vertices into the same slot sharing group by 
default.
+        */
+       @PublicEvolving
 
 Review comment:
   That makes sense, since it's mainly for blink batch. 
   Let's keep it @Internal until it is required by users sometime in the future.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to