docs.rs failed to build agntcy-slim-controller-0.4.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
agntcy-slim-controller-0.4.1
SLIM Controller Module
The agntcy-slim-controller module provides the control API and service for
configuring and managing the Agntcy SLIM data plane through the control plane. It
enables dynamic configuration of routing, connections, and subscriptions via a
bidirectional gRPC streaming interface.
Overview
This module serves as the management layer for SLIM, allowing control plane
components (like slimctl) to configure and monitor SLIM data plane instances
at runtime. Key functionalities include:
- Establishing bidirectional control channels between control and data planes
- Dynamic management of connections and routes
- Subscription handling and configuration
- Real-time monitoring of SLIM components
- Status reporting and acknowledgment mechanisms