issues
search
eBay
/
NuRaft
C++ implementation of Raft core logic as a replication library
Apache License 2.0
1.02k
stars
241
forks
source link
Add an API to manually create a snapshot
#360
Closed
greensky00
closed
2 years ago
greensky00
commented
2 years ago
create_snapshot
will create a snapshot based on the latest committed log index.
greensky00
commented
2 years ago
https://github.com/eBay/NuRaft/issues/354
create_snapshot
will create a snapshot based on the latest committed log index.