Skip to content
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

Add retries for Kinesis throttling exceptions #15482

Closed
wants to merge 1 commit into from

Conversation

cbroglie
Copy link
Contributor

@cbroglie cbroglie commented Jul 5, 2017

Ideally the AWS SDK would automatically retry these transient throttling exceptions, but it is currently unable to b/c the service is incorrectly using LimitExceededException for throttling.

See aws/aws-sdk-go#1376 for additional details.

Ideally the AWS SDK would automatically retry these transient throttling
exceptions, but it is currently unable to b/c the service is incorrectly
using LimitExceededException for throttling.

See aws/aws-sdk-go#1376 for additional
details.
@apparentlymart
Copy link
Contributor

Hi @cbroglie! Thanks for working on this.

We are not accepting contributions to the v0.9-maint branch, since 0.9 development is closed except for urgent fixes. It'd be awesome if you could make this same change in the aws provider's repository and then it can be included in a subsequent release of the standalone provider.

Thanks!

@cbroglie
Copy link
Contributor Author

cbroglie commented Jul 6, 2017

@apparentlymart I can make the change in the new provider repo. Is there an expected release date for 0.10?

@apparentlymart
Copy link
Contributor

The final release date will depend on how the rest of the beta cycle goes, but beta 2 will be out soon and will hopefully be the final one unless showstoppers are found in it that end up requiring a further beta iteration.

@ghost
Copy link

ghost commented Apr 8, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants