bakwc / PySyncObj

A library for replicating your python class between multiple servers, based on raft protocol
MIT License
706 stars 113 forks source link

Raft log not appying after restart #139

Closed bakwc closed 4 years ago

bakwc commented 4 years ago

When using journal file as a storage - all operations should be applied after node restarts, without waiting connection with other nodes.