We’re working on build your own Kafka as our next challenge ( super secret, of course) - this is the consistently one of the highest voted challenges, but I haven’t been able to find a lot of resources online related to this.
The closest I could find is minikafka — write your own kafka from scratch | by Henry Fuheng Wu | Medium, but that’s pretty barebones.
Has anyone here built their own Kafka / know someone else who has? Would love to show you a preview of our challenge outline and see if there’s a better way to approach things.
4 Likes
In case you need me to do any POC in Golang or Java I will be happy to do it.
@VishalMCF nice finds, thanks! These don’t actually mimic Kafka though, they only build something similar. What I was initially looking for was something that tries to actually implement the Kafka protocol in a byte-compatible way (and similarly to actually read Kafka’s on-disk storage format).
If anyone knows of resources along these lines, please do share!
Paul by on disk storage format do you mean append only log?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.