1996fanrui commented on code in PR #27440:
URL: https://github.com/apache/flink/pull/27440#discussion_r2712688196
##########
flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java:
##########
@@ -627,6 +627,18 @@ public class CheckpointingOptions {
"the important
considerations"))
.build());
+ /** Will be removed in future Flink releases. */
+ public static final ConfigOption<Boolean>
PAUSE_SOURCES_UNTIL_FIRST_CHECKPOINT =
+ key("pipeline.sources.pause-until-first-checkpoint")
+ .booleanType()
+ .defaultValue(true)
Review Comment:
The default value should be false since it has a regression when before the
first checkpoint.
--
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]