You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Hong Liang Teoh (Jira)" <ji...@apache.org> on 2022/10/18 20:11:00 UTC

[jira] [Created] (FLINK-29683) Introduce config parser for AWS BackoffStrategy

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)