Distributed Log Store
ยท 3 min read
๐ Overviewโ
This project is a simplified Kafka-like distributed append-only log system built from scratch using Java 23 and Spring Boot.
It demonstrates how high-throughput, ordered writes can be achieved by enforcing single-leader writes per partition, eliminating locks while maintaining correctness, durability, and scalability.
