Hong Liang Teoh created FLINK-29683:
---------------------------------------
Summary: Introduce config parser for AWS BackoffStrategy
Key: FLINK-29683
URL: https://issues.apache.org/jira/browse/FLINK-29683
Project: Flink
Issue Type: Improvement
Reporter: Hong Liang Teoh
*What*
Different connectors use AWS SDK, and there are some de-duplicable logic here.
# Parsing retry backoff strategy configuration from configs.
# Converting retry backoff strategy into the AWS SDK Java objects.
We want to introduce support for this in the `flink-connector-aws-base` so that
other connectors can just use this config parser to retrieve the
BackoffStrategy.
See
[here|https://github.com/apache/flink-connector-dynamodb/pull/1/files#diff-d383895c9604d623476abe5740a12bf4db5ec17110d6d7d4df748bcf634dd776]
for some inspiration
--
This message was sent by Atlassian Jira
(v8.20.10#820010)