codope commented on a change in pull request #3648:
URL: https://github.com/apache/hudi/pull/3648#discussion_r804443369
##########
File path:
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/HoodieDeltaStreamer.java
##########
@@ -378,6 +378,10 @@ private boolean onDeltaSyncShutdown(boolean error) {
@Parameter(names = {"--max-retry-count"}, description = "the max retry
count if --retry-on-source-failures is enabled")
public Integer maxRetryCount = 3;
+ @Parameter(names = {"--allow-commit-on-no-checkpoint-change"}, description
= "allow commits even if checkpoint has not changed before and after fetch data"
+ + "from souce. This might be useful in sources like SqlSource where
there is not checkpoint. ")
Review comment:
Should we also add `Not recommended to enable in continuous mode`?
--
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]