lni/dragonboat

having problem "understanding" ondisk example without godoc etc

kolinfluence opened this issue · 0 comments

having problem "understanding" ondisk example without godoc etc
i'm kind of confused about the pebbledb more because not sure whether the state is using the pebbledb or the diskkv is using. if there's separation of diskkv to use maybe boltdb or rocksdb will be better understood.

  1. does it mean i only need to modify diskkv.go to do set / get / delete etc? coz now i'm not sure if my set will affect the raft log etc too.
  2. lni/dragonboat-example#29