
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…
Tag
8 posts
“Kafka is not a message queue. It’s a distributed commit log that happens to be…
“Redis is not just a cache. It’s a data structure server that happens to be…
“If you’re searching, filtering, or aggregating over large volumes of semi…
“An API Gateway is the front door to your microservices. Every request walks…
“There are only two hard things in Computer Science: cache invalidation and…
The previous articles in this series covered scaling reads and scaling writes…
In the companion article on scaling reads, we covered caching, replicas, and…
Most production systems are read-heavy. A typical web application sees 90-9…






