Skip to main content

One post tagged with "Kafka"

Kafka tag description

View All Tags

Distributed Log Store

ยท 3 min read
Saurav Jaiswal
Ex-CommBank Software Engineer, MSc Computer Science @University of Warwick

Ask DeepWiki

๐Ÿ“Œ 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.