reswqa commented on code in PR #21560:
URL: https://github.com/apache/flink/pull/21560#discussion_r1062442217
##########
flink-core/src/main/java/org/apache/flink/configuration/JobManagerOptions.java:
##########
@@ -650,24 +650,46 @@ public enum SchedulerType {
.withDescription(
"The JobManager's ResourceID. If not configured,
the ResourceID will be generated randomly.");
+ /** Type of consume partition mode of hybrid edge. */
+ public enum HybridConsumePartitionMode {
+ ONLY_CONSUME_ALL_FINISHED(true),
+ CAN_CONSUME_PARTIAL_FINISHED(true),
+ CAN_CONSUME_UN_FINISHED(false);
Review Comment:
changed.
--
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]