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

feat: Move retry middleware out #806

Merged
merged 6 commits into from
Jan 5, 2023
Merged

feat: Move retry middleware out #806

merged 6 commits into from
Jan 5, 2023

Conversation

jbelkins
Copy link
Contributor

@jbelkins jbelkins commented Jan 5, 2023

Issue #

Partially accomplishes #699

Description of changes

Retry functionality is being moved from this project to smithy-swift. Retry features & configuration specific to AWS will continue to reside here.

The corresponding PR in smithy-swift: smithy-lang/smithy-swift#502

Specific changes:

  • Move retry middleware out to smithy-swift
  • Use the retry middleware provided in smithy-swift to build the operation stack
  • Add a computed property to service config to provide the partition ID for use during retry

Also: fix a couple SwiftLint nits

New/existing dependencies impact assessment, if applicable

No new dependencies were added to this change.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@jbelkins jbelkins requested review from ganeshnj and epau January 5, 2023 16:53
@jbelkins jbelkins marked this pull request as ready for review January 5, 2023 16:53
@jbelkins jbelkins merged commit ae08ccb into main Jan 5, 2023
@jbelkins jbelkins deleted the jbe/move_retry_middleware branch January 5, 2023 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants