Documentation for 0.8.2 kafka-client api?

2015-10-08 Thread Feroze Daud
hi! where can I find a quickstart doc for kafka-client java api version 0.8.2 ? The documentation at http://kafka.apache.org/documentation.html does not seem to sync with the 0.8.2 API in the kafka-clients artifact. Specifically, I cannot find the class ConsumerConnector that is referenced here: 

Re: Documentation for 0.8.2 kafka-client api?

2015-10-08 Thread Feroze Daud
Hmm. Then the documentation needs to be fixed. at this site: Apache Kafka it is asking consumers to use kafka-clients jar. THere is no mention of old vs new consumer api. On Thursday, October 8, 2015 1:27 PM, Ewen Cheslack-Postava wrote: ConsumerConnector is

Re: Documentation for 0.8.2 kafka-client api?

2015-10-08 Thread Ewen Cheslack-Postava
ConsumerConnector is part of the old consumer API (which is what is currently released; new consumer is coming in 0.9.0). That class is not in kafka-clients, it is in the core Kafka jar, which is named with the Scala version you want to use, e.g. kafka_2.10. -Ewen On Thu, Oct 8, 2015 at 1:24 PM,