-
Notifications
You must be signed in to change notification settings - Fork 245
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
Document usage of tower middleware like retry #140
Comments
I think because there are already quite a few references alloy/crates/provider/src/builder.rs Lines 15 to 17 in f6ebef2
alloy/crates/transport/src/trait.rs Lines 21 to 23 in f6ebef2
retry-layer example is merged and available as a practical example alloy-rs/examples#95 cc @yash-atreya
|
i was more thinking around using built-in tower layers, or an example showing how to build and use a tower layer. but ultimately defer to you guys if you think #849 is sufficient:) |
i agree i'd like to have a "real" tower layer used here too |
Component
providers, pubsub, transports
Describe the feature you would like
We should explain that the transports are tower services and how to layer things like retries/backoff (with a simple example) in either the provider or transport docs (or both).
Additional context
No response
The text was updated successfully, but these errors were encountered: