jtjeferreira opened a new pull request, #827: URL: https://github.com/apache/pekko-connectors/pull/827
Currently, this library uses the default ways to configure akka-http, either via `application.conf` or via the optional `connectionPoolSettings.` The AWS Java V2 SDK has its own way to configure the http clients, additionally with AWS Service specific defaults. This PR introduces `withConnectionPoolSettingsBuilder` and `withConnectionPoolSettingsBuilderFromAttributeMap` to allow the usage of AWS SDK configuration options This change is introduced in a backwards compatible change. To use the new functionality `withConnectionPoolSettingsBuilderFromAttributeMap` should be used. -- 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]
