Live data from Hacker News

Show HN: I built my own Kafka for fun

github.com

1–2 of 2 posts

Re: Show HN: I built my own Kafka for fun

#2
About 2 years ago I was intrigued by distributed systems, particularly distributed consensus algorithms. Going down the rabbit hole of replicated logs, I decided to build my own Kafka event streaming platform. Since then, Kerala has been my hobby side project.

There’s still so much left to do: - topic partitioning - file-based storage engine (currently in-memory) - finish client streaming apis - much more, checkout the roadmap on the Github.

Let me know what you think!