travisjeffery / jocko

Kafka implemented in Golang with built-in coordination (No ZK dep, single binary install, Cloud Native)
https://twitter.com/travisjeffery
MIT License
4.92k stars 361 forks source link

Example Producer and Consumer #166

Open jeffotoni opened 4 years ago

jeffotoni commented 4 years ago

I'm testing jocko locally, I managed to create a topic and upload the broker but I can't produce messages or even consume.

Do you have a producer and consumer client that is not sarama? Sarama here gave many bugs and did not work.

I have been using kafka-go and confluent-kafka-go in kafka, is there any example that we can test something similar and that works?