Hi users,

Is there some issue if I create the kafka cluster using the
kafka_2.10-0.8.2.0 version  and I have my java producers and consumers with
the 0.10.0.0 version?

                <dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>0.10.0.0</version>
</dependency>
<dependency>
   <groupId>org.apache.kafka</groupId>
   <artifactId>kafka-streams</artifactId>
   <version>0.10.0.0</version>
</dependency>

What are the repercutions that i could have if I use this enviroment?

Thanks,
Sergio GQ

Reply via email to