Skip to main content

Module node

Module node 

Source
Expand description

High-level ConsensusNode wrapper around openraft::Raft.

Provides a builder pattern for constructing Raft nodes with the desired storage and network backends, plus convenience methods for common operations.

Structsยง

ConsensusNode
A high-level wrapper around openraft::Raft.
ConsensusNodeBuilder
Builder for constructing a ConsensusNode.