Netflix built a generic Write-Ahead Log (WAL) system to solve data consistency and reliability challenges at scale. The system provides a simple API that abstracts underlying message queues (Kafka, SQS) and supports multiple use cases including delayed queues, cross-region replication, and multi-partition mutations. WAL

16m read timeFrom netflixtechblog.com
Post cover image
Table of contents
IntroductionAPIUnder the HoodDeployment ModelSolving different flavors of problems with no change to the core architectureGet Netflix Technology Blog’s stories in your inboxWAL usage at NetflixClosing ThoughtsFuture workAcknowledgements

Sort: