Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raft #17

Open
4 tasks
decanus opened this issue Jan 10, 2020 · 0 comments
Open
4 tasks

Raft #17

decanus opened this issue Jan 10, 2020 · 0 comments
Labels

Comments

@decanus
Copy link
Owner

decanus commented Jan 10, 2020

Once finished researching Paxos (#1), it only makes sense to further look at consensus protocols that it inspired such as raft.

The main goal of this thread is to research raft and create a general understanding which should later be summarized in a research post.

Questions

  • How does raft work?
  • What sets raft apart from paxos?
  • Where is raft used?
  • What are rafts strengths?

Literature

  • In Search of an Understandable Consensus Algorithm - paper
  • You. Must. Build. A. Raft! Consul's Consensus Protocol Explained - video
  • Raft consensus algorithm - post
  • Raft explained - post

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant