Hello all, For the past year and a half I've been working on two open source projects in my spare time, and I'd love anybody to check it out and potentially provide feedback.
The first project is a pure Go client that (theoretically) supports all KIPs: https://github.com/twmb/kafka-go The second project is a command line program that uses my client. This program supports all behavior that speaks to Kafka directly (not Zookeeper): https://github.com/twmb/kcl I'll continue adding features to the client as new KIPs are adopted, and to kcl as new Kafka requests are added. For the client, I've integration tested a chain of producing and consuming, but as with all programs, I can't be 100% sure that it is bug free. If anybody else tests it and notices something off, please let me know. I hope that either of these can be useful for somebody, and thank you! - Travis