morazow commented on code in PR #3349:
URL: https://github.com/apache/flink-cdc/pull/3349#discussion_r1623904431
##########
docs/content/docs/connectors/flink-sources/postgres-cdc.md:
##########
@@ -236,6 +236,15 @@ Connector Options
so it does not need to be explicitly configured
'execution.checkpointing.checkpoints-after-tasks-finish.enabled' = 'true'
</td>
</tr>
+ <tr>
+ <td>scan.lsn-commit.checkpoints-num-delay</td>
+ <td>optional</td>
+ <td style="word-wrap: break-word;">3</td>
+ <td>Integer</td>
+ <td>The number of checkpoint delays before starting to commit the LSN
offsets. <br>
+ The checkpoint LSN offsets will be committed in rolling fashion, the
earliest checkpoint identifier will be committed first from the delayed
checkpoints.
Review Comment:
Sure, I think the previous version had a reason, I will add this:
```
This will enable continuous recycling of log files, preventing disk space
issues.
```
--
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]