pjfanning commented on code in PR #349:
URL:
https://github.com/apache/pekko-persistence-dynamodb/pull/349#discussion_r3713363155
##########
src/main/resources/reference.conf:
##########
@@ -81,37 +88,11 @@ dynamodb-journal {
max-item-size = 400000
}
- # AWS client configuration settings, see
- #
https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/?com/amazonaws/ClientConfiguration.html
- #
- # (setting any of these to the string "default" means that the corresponding
- # setter method on the ClientConfiguration will not be invoked)
+ # AWS client configuration settings.
+ # The AWS SDK v2 DynamoDbAsyncClient is configured via its builder in code.
+ # For advanced HTTP client settings, provide a custom DynamoDbAsyncClient.
+ # See
https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/http-configuration.html
aws-client-config {
Review Comment:
in this particular repo, we only have README.md - I can add something there
--
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]