Crate dcs2_raft

Source
Expand description

§Raft coordination module

This module is designed to be used as the coordination component in the dcs framework. It implements the raft algorithm. It’s main export is the RaftSDK including the RaftService.

Modules§

messages
metadata
server
state

Macros§

assert_message
initialize_follower

Structs§

RaftSDK

Statics§

CANDIATE_ELECTION_TIMEOUT
ELECTION_TIMEOUT