pjfanning commented on code in PR #11:
URL: 
https://github.com/apache/pekko-persistence-dynamodb/pull/11#discussion_r1804531872


##########
README.md:
##########
@@ -123,6 +123,18 @@ my-dynamodb-journal.aws-client-config.max-connections = 
<your value here>
 
 Changing this number changes both the number of concurrent connections and the 
used thread-pool size.
 
+## Retry behavior
+
+This plugin uses exponential backoff when 50X errors from DynamoDB would 
occur. This includes network glitches and provisioned throughput exceptions 
(request rate is too high).

Review Comment:
   @spangaer can you change this to mention that this Retry behavior was added 
in v1.1.0?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to