kamranahmedse / developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.
https://roadmap.sh
Other
294.22k stars 38.9k forks source link

RAFT #7392

Open sergey-belikov opened 3 days ago

sergey-belikov commented 3 days ago

Roadmap URL

https://roadmap.sh/computer-science

Suggestions

RAFT

Raft is a consensus algorithm designed as an alternative to the Paxos family of algorithms.

Raft offers a generic way to distribute a state machine across a cluster of computing systems, ensuring that each node in the cluster agrees upon the same series of state transitions.

Raft is not a Byzantine fault tolerant (BFT) algorithm; the nodes trust the elected leader.

Visit the following resources to learn more:

ParvathySajayan commented 3 days ago

Can I solve this issue?

sergey-belikov commented 3 days ago

Can I solve this issue?

Yes, sure.

dansholds commented 3 days ago

Can I solve this issue?

This is a request to add a subject to a roadmap (which contributors cannot do). Please understand the circumstances of the issue before asking for it to be assigned to you for completion.