baidu / braft

An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
Apache License 2.0
3.86k stars 865 forks source link

raft arbiter support. #379

Open liyichao opened 1 year ago

liyichao commented 1 year ago

based on dragonylffly's work at https://github.com/baidu/braft/pull/321 and PFZheng's comments there.

liyichao commented 1 year ago

@PFZheng please help review this.

liyichao commented 1 year ago

@chenzhangyi could you help review this?

PFZheng commented 1 year ago

@PFZheng please help review this.

OK, I will review it as soon as possible.

liyichao commented 1 year ago

@PFZheng any update?