etcd-io / raft

Raft library for maintaining a replicated state machine
Apache License 2.0
630 stars 160 forks source link

Extend Raft algorithm to support share witness #168

Open ZhouJianMS opened 6 months ago

ZhouJianMS commented 6 months ago

This PR addresses Issue #133 . Please refer to the link for background context and verification of correctness.