Quarkus Amazon Clients and resilience #22454
-
The Amazon SDKs implement automatic retry logic, but how should resilience be handled from the Quarkus Amazon Clients?
Is the underlying functionality in the SDKs turned off, so that we can use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think it's just that it hasn't been implemented. The Amazon Services extensions have been extracted here https://github.com/quarkiverse/quarkus-amazon-services for easier contribution so feel free to contribute there. |
Beta Was this translation helpful? Give feedback.
I think it's just that it hasn't been implemented.
The Amazon Services extensions have been extracted here https://github.com/quarkiverse/quarkus-amazon-services for easier contribution so feel free to contribute there.