Tag: storage
All the articles with the tag "storage".
-
Building a Mini-Kafka from Scratch in Java: Step-by-Step Learning Notes
A step-by-step educational guide on implementing a distributed commit log (Mini-Kafka) in Java, covering data storage, TCP networking, client-side semantic partitioning, and consumer offset design decisions.