Hi Sergio, clients have to be the same version or older than the brokers. A newer client won't work with an older broker.
Alex On Fri, Aug 5, 2016 at 7:37 AM, Sergio Gonzalez < sgonza...@cecropiasolutions.com> wrote: > 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 >