Cluster Locks and Outbox Patterns
Categories: Programming, Architecture
I’ve written two new somewhat-related articles recently:
- A simple implementation of cluster-locks/leader-election
- Options for reliably generating data-change-events from an application - including the Outbox pattern
Both of these topics are related to a microservices system I’ve been working on for the last few years.