Completed
split brain
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building Resilient Scheduling in Distributed Systems with Spring
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Agenda
- 3 How our systems are developed
- 4 Simplified view of the problem
- 5 Spring application example
- 6 Vertical vs horizontal scaling
- 7 Running scheduling on a single note
- 8 Introducing another component
- 9 Adding a leader
- 10 AspectOriented Programming
- 11 Advices
- 12 Annotation
- 13 Disadvantages
- 14 programmatic approach
- 15 interface
- 16 code
- 17 improvements
- 18 benefits
- 19 convenience of testing
- 20 scheduling config test
- 21 original problem
- 22 other classes
- 23 delegate
- 24 split brain
- 25 improve resiliency
- 26 SQS queue
- 27 Lessons learned