Closed deric closed 8 years ago
@deric which version of kafkacat did you tried? the current release has kafka 0.9 support which is incompatible to 0.8 kafka brokers. I dont think this is a problem of this framework.
@Project0 Yes, you're right I've tested it on kafka 0.8.1.1, but on 0.9 it works fine. The different version in build.gradle
was a bit confusing to me until I've realized that the code is not used for brokers at all.
I'm trying to send a message using
kafkacat
:I've build a Docker image from github master branch. Currently there's different kafka version in
build.gradle
andsrc/docker/build-image.sh
(8.1.1 vs. 8.2.2.). I've tried to use 8.1.1 but without any success.