[ https://issues.apache.org/jira/browse/FLINK-33702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
xiangyu feng updated FLINK-33702: --------------------------------- Description: AsyncRetryStrategies now supports NoRetryStrategy, FixedDelayRetryStrategy and ExponentialBackoffDelayRetryStrategy. In certain scenarios, we also need IncrementalDelayRetryStrategy to reduce the retry count and perform the action more timely. IncrementalDelayRetryStrategy will increase the retry delay at a fixed rate for each attempt. was: AsyncRetryStrategies now supports NoRetryStrategy, FixedDelayRetryStrategy and ExponentialBackoffDelayRetryStrategy. In certain scenarios, we also need IncrementalDelayRetryStrategy to reduce the retry count and perform the action more timely. IncrementalDelayRetryStrategy will increase the retry delay at a fixed rate for each attempt. > Add IncrementalDelayRetryStrategy in AsyncRetryStrategies > ---------------------------------------------------------- > > Key: FLINK-33702 > URL: https://issues.apache.org/jira/browse/FLINK-33702 > Project: Flink > Issue Type: Bug > Components: API / DataStream > Reporter: xiangyu feng > Priority: Major > > AsyncRetryStrategies now supports NoRetryStrategy, FixedDelayRetryStrategy > and ExponentialBackoffDelayRetryStrategy. > In certain scenarios, we also need IncrementalDelayRetryStrategy to reduce > the retry count and perform the action more timely. > IncrementalDelayRetryStrategy will increase the retry delay at a fixed rate > for each attempt. -- This message was sent by Atlassian Jira (v8.20.10#820010)