You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve been working on configuring the retry behavior for AWS SDK clients in Quarkus applications, and I noticed there’s no built-in way to define retry policies (e.g., RetryMode or maximum retries) via the application.properties file.
Currently, configuring AWS SDK retry policies requires manually creating a custom bean with ClientOverrideConfiguration.
Hi everyone,
I’ve been working on configuring the retry behavior for AWS SDK clients in Quarkus applications, and I noticed there’s no built-in way to define retry policies (e.g., RetryMode or maximum retries) via the application.properties file.
Currently, configuring AWS SDK retry policies requires manually creating a custom bean with
ClientOverrideConfiguration
.Example for
DynamoDbAsyncClient
:This approach works but feels inconsistent with Quarkus's configuration-driven approach.
Questions:
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: