An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
Fix for issue #476.
Support for user specific paths to external module configuration that are not inside ${PROJECT_SOURCE_BUILD}/cmake, making it easier to link braft against other projects.
Fix for issue #476. Support for user specific paths to external module configuration that are not inside
${PROJECT_SOURCE_BUILD}/cmake
, making it easier to linkbraft
against other projects.