Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 197 Bytes

File metadata and controls

15 lines (10 loc) · 197 Bytes

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.