CrazyPandar / raft-example

An example of using hashicorp/raft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An example of using hashicorp/raft


Languages

Language:Go 100.0%