Add RAFT_SNAPSHOT_NONBLOCKING_APPLY flag support.
If specified when calling raft_begin_snapshot(), the library will not postpone applying entries during snapshots. This requires the FSM to provide full isolation between the snapshot and active state.
Please register or sign in to comment