hashicorp / raft-boltdb

Raft backend implementation using BoltDB
Mozilla Public License 2.0
645 stars 113 forks source link

Add ability to specify boltDB options when opening store. fixes issue #5 #6

Closed superfell closed 7 years ago

superfell commented 7 years ago

I also added something to handle being able to open in read-only mode, which is useful if you're building diagnostic tools to read the log.

slackpad commented 7 years ago

LGTM - thanks!