EricJoy2048 commented on code in PR #5960:
URL: https://github.com/apache/seatunnel/pull/5960#discussion_r1422017814
##########
docs/en/connector-v2/source/Kudu.md:
##########
@@ -110,8 +110,8 @@ sink {
env {
# You can set engine configuration here
execution.parallelism = 1
- job.mode = "STREAMING"
- execution.checkpoint.interval = 5000
+ job.mode = "BATCH"
+ checkpoint.interval = 5000
Review Comment:
Since pr https://github.com/apache/seatunnel/pull/5914 batch job will not
config `checkpoint.interval` default. So I think you need rebase dev and remove
`checkpoint.interval` config in batch job.
--
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]