-
Notifications
You must be signed in to change notification settings - Fork 882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RetryPolicy Builder does not have throttlingBackoffStrategy method #646
Comments
Oops, looks like we only have the api in the private aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/retry/RetryPolicy.java Lines 158 to 160 in 442f064
|
👍 By the way, do you have a release schedule for the next preview releases, possible release candidates etc.? |
@hisener Hi, the fix has been merged to master but we don't have a date for the next preview release at this moment. We will let you know when it's ready to be released. |
…8356582e Pull request: release <- staging/b9d6abb3-0350-4abc-a0dd-b7a28356582e
Expected Behavior
RetryPolicy.Builder
interface should have following two methods:Builder throttlingBackoffStrategy(BackoffStrategy backoffStrategy);
BackoffStrategy throttlingBackoffStrategy();
Current Behavior
throttlingBackoffStrategy
is not overridable inRetryPolicy
.Possible Solution
Add these methods above in
RetryPolicy.Builder
.Steps to Reproduce (for bugs)
n/a
Context
n/a
Your Environment
The text was updated successfully, but these errors were encountered: