ziqiang-wang opened a new pull request, #2208:
URL: https://github.com/apache/incubator-streampark/pull/2208

   ## Add some config to flink-application.conf
   
   ## Brief change log
   
   Add `table.mode` and `execution.checkpointing.tolerable-failed-checkpoints` 
config to flink-application.conf file.
   
   `table.mode`, It is convenient to configure the execution mode of the task, 
so that users can avoid the trouble of searching the execution mode parameter 
key.
   
   `execution.checkpointing.tolerable-failed-checkpoints` default value is 0, 
In other words, if a checkpoint fails, the mission is restarted. On production, 
a large value is set to checkpoint failure to prevent task restart.
   
   ## Verifying this change
   
   It has been verified in the production environment
   
   ## Does this pull request potentially affect one of the following parts
    - Dependencies (does it add or upgrade a dependency): no
   


-- 
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]

Reply via email to