The cluster_info
module defines a data structure that is shared by all the nodes in the network over
a gossip control plane. The goal is to share small bits of off-chain information and detect and
repair partitions.
This module implements Cluster Replicated Data Store for
asynchronous updates in a distributed network.
Crds Gossip.
Crds Gossip Pull overlay.
Crds Gossip Push overlay.
The gossip_service
module implements the network control plane.
The weighted_shuffle
module provides an iterator over shuffled weights.