zlayer-consensus 0.11.0

Shared Raft consensus library built on openraft 0.9 for ZLayer and Zatabase
Documentation
1
2
3
4
5
6
//! Core type aliases and re-exports for the consensus layer.

pub use openraft::BasicNode;

/// Raft node identifier. Every node in a cluster must have a unique `NodeId`.
pub type NodeId = u64;