Completed
Consensus algorithms
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Implementing Raft Protocol with Project Loom - GeeCON 2022
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Consensus algorithms
- 3 Why Raft protocol
- 4 Hazelcast CP Subsystem
- 5 Replicated State Machine
- 6 Raft consensus algorithm
- 7 Algorithm characteristics
- 8 Why Project Loom?
- 9 Leader election
- 10 Heartbeats and replication
- 11 Nodes state transition and cancellation
- 12 Structured concurrency and Cancelation
- 13 Possible places for Project Loom in Hazelcast