agntcy-slim-datapath 0.11.3

Core data plane functionality for SLIM
docs.rs failed to build agntcy-slim-datapath-0.11.3
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-datapath-0.10.1

SLIM Datapath Module

License

The agntcy-slim-datapath module serves as the foundation of the Agntcy SLIM communication system, providing the core networking infrastructure for message routing, connection management, and multiple communication patterns.

Overview

The datapath module manages the flow of messages between SLIM instances, handling the low-level transport and routing mechanisms. It implements several key features:

  • Message routing based on 4 tuple identifiers
  • Connection management for reliable communication
  • Flexible subscription model for dynamic service discovery
  • Protocol buffer-based message serialization
  • Multiple session patterns
  • Support for message retransmission and reliability mechanisms
  • Connection pooling and resource management