FizzBee is a new formal specification language, originally announced back in May of last year. FizzBee’s author, Jayaprabhakar (JP) Kadarkarai, reached out to me recently and asked me what I …| Surfing Complexity
Here is how to implement a distributed lock with S3| quanttype.net
Source| Andrei’s Personal Blog
Improving efficiency, reducing coordination, and simplifying architectures by using Leader election.| Amazon Web Services, Inc.
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, call a remote API, etc. Otherwise, multiple workers may end up doing the same task twice, overwriting each other’s data, and worse.| www.morling.dev
Steven Sklar's technology and software development blog, covering everything from software development, Kubernetes, music technology, and more!| sklar.rocks
1 Background| jepsen.io