Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
discoverd: Add raft-backed implementation
Browse files Browse the repository at this point in the history
This commit removes the etcd dependency from discoverd and replaces it
with Hashicorp's raft library.

Signed-off-by: Ben Johnson <benbjohnson@yahoo.com>
  • Loading branch information
benbjohnson committed Sep 9, 2015
1 parent 4f70031 commit fc17c05
Show file tree
Hide file tree
Showing 140 changed files with 22,719 additions and 5,015 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -7,3 +7,5 @@ bin
script/custom-vagrant
demo/*.log
util/_toolchain/**
*.swp
*.test
31 changes: 21 additions & 10 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions Godeps/_workspace/src/github.com/armon/go-metrics/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions Godeps/_workspace/src/github.com/armon/go-metrics/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 71 additions & 0 deletions Godeps/_workspace/src/github.com/armon/go-metrics/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions Godeps/_workspace/src/github.com/armon/go-metrics/const_unix.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions Godeps/_workspace/src/github.com/armon/go-metrics/const_windows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc17c05

Please sign in to comment.