Completed
Weird Java code
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Cluster Consensus - When Aeron Met Raft
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What does consensus mean
- 3 Secondary definition of consensus
- 4 What is consensus
- 5 Raft
- 6 What is Raft
- 7 How the election works
- 8 Safety guarantees
- 9 Functional theory
- 10 State as immutable
- 11 Why Aeron
- 12 Guaranteed Delivery
- 13 Architect Demand
- 14 NeedtoKnow Approach
- 15 Guaranteed Processing
- 16 Single Service
- 17 Open Source
- 18 Do servers crash
- 19 Weird Java code
- 20 Performance
- 21 RPC
- 22 concurrency and parallelism
- 23 hard work
- 24 Speculation engines
- 25 Pipelining
- 26 Consensus
- 27 Pipeline
- 28 Example
- 29 bytebuffers
- 30 bug
- 31 message index
- 32 byte index
- 33 Multicast
- 34 Monotonic functions
- 35 Efficiency
- 36 Timers
- 37 Scheduling Timers
- 38 Scheduling Timer API
- 39 Timer Wheel
- 40 Complexities
- 41 Real Code
- 42 Session Status
- 43 Continued Action
- 44 Distributed File System
- 45 Processing
- 46 Implementation
- 47 Roadmap