Leader election algorithms

Leader election algorithms

8 minute read

Many distributed systems require a leader to coordinate members. For instance, usually a group of replicas will have 1 leader that receives reads from the cl...