flâneur — a map of the web's best reading

Leader Election With S3 Conditional Writes - Gunnar Morling

morling.dev · 1,622 words · saved by 1 readers

In distributed systems, for instance when scaling out some workload to multiple compute nodes, it is a common requirement to select a leader for performing a given task: only one of the nodes should …

Leader Election With S3 Conditional Writes - Gunnar Morling Gunnar Morling Random Musings on All Things Software Engineering Leader Election With S3 Conditional Writes Posted at Aug 26, 2024 distributed-systems aws algorithms Table of Contents The Algorithm Obtaining the Lock Expiring a Lock Lock Validity Fencing Off Zombies In distributed systems, for instance when scaling out some workload to multiple compute nodes, it is a common requirement to select a leader for performing a given task: only one of the nodes should process the records from a Kafka topic partition, write to a file system,

Explore this link on the map →

saved by

related reading