Re: [VOTE] 0.8.2.0 Candidate 3

2015-02-01 Thread Alex The Rocker
kafka-clie...@googlegroups.com > Cc: d...@kafka.apache.org > Subject: Re: [VOTE] 0.8.2.0 Candidate 3 > > Hi, Alex, > > Thanks for testing RC3. > > Broker.connectionString() is actually not part of the public api for the > producer. Is there a particular reason that y

Re: [VOTE] 0.8.2.0 Candidate 3

2015-01-31 Thread Alex The Rocker
de to call Broker.connectionString() So despite binary compatibility is broken, we have a by-pass. I hope this will help other people relying on this API... and I'm going to continue tests with 0.8.2 rc3.. Alex 2015-01-31 21:23 GMT+01:00 Alex The Rocker : > Hello, > > I ran my own te

Re: [VOTE] 0.8.2.0 Candidate 3

2015-01-31 Thread Alex The Rocker
Hello, I ran my own tests made with kafka_2.10-0.8.1.1.tgz binaries with our application: 1st test: == replace all kafka .jar files in our application on consumming side (without recompiling anything) => tests passed, OK 2nd test: === replace all kafka .jar files in our applicati

How to replace kafka.cluster.Broker.getZkString() ?

2014-04-30 Thread Alex The Rocker
Hello, I am currently trying to upgrade from our system working with Kafka 0.8 beta1 to Kafka 0.8.1.1, and I noticed that in some of our code we now get a MethodNotFound exception, caused by the removal of kafka.cluster.Broker.getZkString() method. Would somebody know what is the recommended