Deep Dive on Apache Kafka: A System Design Interview Perspective“Kafka is not a message queue. It’s a distributed commit log that happens to be…
System Design Patterns for Scaling WritesIn the companion article on scaling reads, we covered caching, replicas, and…