zhuzhurk commented on PR #23942:
URL: https://github.com/apache/flink/pull/23942#issuecomment-1863767529

   How about to add an internal method 
`RestartStrategies#exponentialDelayRestart(...)` which accepts the attempts 
param and modify `RestartStrategies#fromConfiguration(...)` accordingly? The 
change can be much simpler, which I think is better for the deprecated code 
path.
   @JunRuiLee is currently working on a common solution to pass all job 
configuration to JM and use it to create restartStrategy/stateBackend/etc. So I 
prefer to not solve it case by case which will lead to unnecessary conflicts.


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