Hacker News new | ask | show | jobs
by mavelikara 1902 days ago
What are the notable projects that implement Raft internally for leader election?

Also, do any of those projects publish their Raft implementation as a library for other projects to include?

1 comments

Anything from hashicorp, vault, consul, nomad for example. yes there is a go library for the basic raft setup afaik