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.95k stars 881 forks source link

add on_install_snapshot callback for statemachine #446

Open lhsoft opened 6 months ago

lhsoft commented 6 months ago

某些场景下,我们需要在开始install snapshot的时候,才开始创建快照,需要一个回调函数能够知道leader开始发送install snapshot请求