// ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
//! Service Fabric tonic connector with auto-failover.
//!
//! See `docs/design/TonicConnectorDesign.md` for the design.
//!
//! The public surface is intentionally flat — internal
//! sub-modules are an organizational detail. Use the re-exports
//! below.
//!
//! # Experimental
//!
//! This module is experimental and is expected to be replaced by the
//! sf-xds proposal tracked in
//! <https://github.com/Azure/service-fabric-rs/issues/300>. There is
//! **no stable API guarantee**: items in this module may change or be
//! removed in any release (including patch releases) without a major
//! version bump.
pub use ;
pub use ;
pub use ResolveStatusMiddleware;
pub use ;