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

braft 没有适配 brpc 的 authenticator 功能 #380

Open Huhaokun opened 1 year ago

Huhaokun commented 1 year ago

如果 braft 绑定的 brpc server 开启了 auth 功能, braft 不能正常工作。此时是否只能将 braft 绑定在单独的 brpc server 上?