davidradl commented on code in PR #27589:
URL: https://github.com/apache/flink/pull/27589#discussion_r2793987892
##########
flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java:
##########
@@ -627,6 +627,18 @@ public class CheckpointingOptions {
"the important
considerations"))
.build());
+ public static final ConfigOption<Boolean>
PAUSE_SOURCES_UNTIL_FIRST_CHECKPOINT =
+ key("pipeline.sources.pause-until-first-checkpoint")
+ .booleanType()
+ .defaultValue(false)
+ .withDescription(
+ "Don't pull any data from sources until the first
checkpoint is triggered. "
Review Comment:
nit: could we rephrase this to "Only pull data from sources after the first
checkpoint is triggered.
--
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]