lni / dragonboat

A feature complete and high performance multi-group Raft library in Go.
Apache License 2.0
4.98k stars 533 forks source link

how do i do snap shot or export? #279

Closed hiqsociety closed 1 year ago

hiqsociety commented 1 year ago
  1. how do i do snap shot or export of current raft so i dont have to do raft log if starting a new instance?
  2. else how do i do raft "dump" from one of the nodes to new ones? this is for long running raft systems with billions of past entries etc.
lni commented 1 year ago

Please read the docs.