/raft-example

An example of using hashicorp/raft

Primary LanguageGo

Example of hashicorp/raft

Run

Create a config.json of the following:

{
  "bind": "192.168.78.151:12345",
  "data_dir": "/tmp/raft"
}

Then run raft-example in the same folder.