Alex,
Normally you'd just depend on kafka-clients 0.10.0.0 and let any transitive
dependencies get pulled in automatically.
This snippet from the Kafka build files shows the libraries that clients
depend on:
dependencies {
compile libs.lz4
compile libs.snappy
compile libs.slf4jApi
So basi
Hi,
This is slightly related to the "Jars in Kafka 0.10" thread. I am trying to
figure out exactly which JARs I need at runtime for the 0.10 Kafka Producer
and Kafka Consumer clients. Are the compile time dependencies and runtime
dependencies documented anywhere I simply can't find?
I know for su