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 way to replace kafka.cluster.Broker.getZkString() by something compatible with Kafka 0.8.1.1 ? Thanks, Alex.