What does HackerNews think of jocko?
Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install, Cloud Native)
Since, the author has moved onto other projects. decided it would be an interesting challenge
Kafka implemented in Go without needing Zookeeper.
https://github.com/travisjeffery/jocko
I’ve always found things built on JVM are are PITA to deploy (especially when using SSL) so the single Golang binary is a welcome advancement.
It’s all the good things about Kafka (concept, API, and wire protocol) without all the crap (zookeeper dep, JVM foundation)
Previous HN discussion: https://news.ycombinator.com/item?id=13449728
I came across some projects which claim to be full or partial alternative to Kafka with better scalability and less operational overhead.
Jocko - https://github.com/travisjeffery/jocko
SMF - https://senior7515.github.io/smf/
MapR-ES - https://mapr.com/blog/kafka-vs-mapr-streams-why-mapr/
Has anyone tried it in their project ?