smithy-rs/rust-runtime/aws-smithy-eventstream
Zelda Hessler 9c95803a73
add support for adaptive retries when orchestrator mode is enabled (#2800)
## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here -->
#2190  

## Description
<!--- Describe your changes in detail -->
add support for adaptive retries

## Testing
<!--- Please describe in detail how you tested your changes -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->
I wrote some tests and I'm open to suggestions for more.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._

---------

Co-authored-by: John DiSanti <jdisanti@amazon.com>
2023-06-28 17:38:00 +00:00
..
fuzz Unpin the `arbitrary` and `derive-arbitrary` dependencies (#2765) 2023-06-13 15:58:27 +00:00
src add support for adaptive retries when orchestrator mode is enabled (#2800) 2023-06-28 17:38:00 +00:00
test_data
Cargo.toml Unpin the `arbitrary` and `derive-arbitrary` dependencies (#2765) 2023-06-13 15:58:27 +00:00
LICENSE
README.md
additional-ci Remove excess cargo test passes from additional-ci (#1595) 2022-07-28 20:40:49 +00:00
external-types.toml Check external types for runtime and SDK crates in CI (#1625) 2022-08-10 18:33:43 -07:00

README.md

aws-smithy-eventstream

AWS Event Stream frame serialization/deserialization implementation.

This crate is part of the AWS SDK for Rust and the smithy-rs code generator. In most cases, it should not be used directly.