Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
RetryStrategy now supports FixedRetryStrategy and ExponentialBackoffRetryStrategy.
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.
Attachments
Issue Links
- blocks
-
FLINK-33684 Improve the retry strategy in CollectResultFetcher
- Open
- links to