What does HackerNews think of jocko?

Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install, Cloud Native)

Language: Go

#33 in Go
Still early stages but building on top of this. - https://github.com/travisjeffery/jocko

Since, the author has moved onto other projects. decided it would be an interesting challenge

Reminded me of this project: https://github.com/travisjeffery/jocko

Kafka implemented in Go without needing Zookeeper.

Finally! Travis Jeffery did this years ago in Jocko and also solved my other beef with Kafka at the same time by building it in Golang.

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)

There's a toy Kafka implementation written in Go that attempts to do this: https://github.com/travisjeffery/jocko

Previous HN discussion: https://news.ycombinator.com/item?id=13449728

On a somewhat related note there is a link implementation of Kafka written in Go called Jocko.[0]

[0] https://github.com/travisjeffery/jocko

Kafka has come a long way. Kudos to confluent team.

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 ?