tower-fallback 0.2.41-beta.8

A Tower service combinator that sends requests to a first service, then retries processing on a second fallback service if the first service errors.
Documentation
[dependencies.futures-core]
version = "0.3.28"

[dependencies.pin-project]
version = "1.1.3"

[dependencies.tower]
version = "0.4.13"

[dependencies.tracing]
version = "0.1.39"
[dev-dependencies.tokio]
features = ["full", "tracing", "test-util"]
version = "1.34.0"

[package]
authors = ["Zcash Foundation <zebra@zfnd.org>"]
categories = ["algorithms", "asynchronous"]
description = "A Tower service combinator that sends requests to a first service, then retries processing on a second fallback service if the first service errors."
edition = "2021"
keywords = ["tower", "batch"]
license = "MIT OR Apache-2.0"
name = "tower-fallback"
repository = "https://github.com/ZcashFoundation/zebra"
version = "0.2.41-beta.8"