akka / alpakka

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
https://doc.akka.io/libraries/alpakka/current/
Other
1.26k stars 643 forks source link

Document AWS client retry configuration #2014

Closed ennru closed 4 years ago

ennru commented 5 years ago

Short description

The AWS client library 2.+ has retrying built-in. Alpakka might document it at one place for reference from the AWS connectors.

Details

I added this documentation for Alpakka DynamoDB recently, but it applies to the other AWS connectors as well https://doc.akka.io/docs/alpakka/2.0/dynamodb.html#error-retries-and-exponential-backoff

ennru commented 4 years ago

Fixed with #2038