raft-rs icon indicating copy to clipboard operation
raft-rs copied to clipboard

Add new message type and corresponding handler for group broadcast

Open LintianShi opened this issue 2 years ago • 0 comments

Modify raft-rs to support follower replication in TiKV. Main change:

  • Add new message type: MsgGroupBroadcast, which contains information of forwarding.
  • Add handler for MsgGroupBroadcast, which appends entries to local log and forward MsgAppend to other peers.

LintianShi avatar Aug 10 '22 02:08 LintianShi