komuw / kshaka

Kshaka is a Go implementation of the CASPaxos consensus protocol.
MIT License
24 stars 2 forks source link

Use stable store #2

Closed komuw closed 6 years ago

komuw commented 6 years ago

use hashicorp/raft StableStore[1] interface to provide stable storage

ref:

  1. https://github.com/hashicorp/raft/blob/master/stable.go