RE: Which consumer to use with Kafka 0.8.2-beta

2014-12-05 Thread Orelowitz, David
So although he code is in the 0.8.2 client jar, we should hold off. Thanks. -Original Message- From: Joe Stein [mailto:joe.st...@stealth.ly] Sent: Friday, December 05, 2014 10:17 AM To: users@kafka.apache.org Subject: Re: Which consumer to use with Kafka 0.8.2-beta The new consumer

Re: Which consumer to use with Kafka 0.8.2-beta

2014-12-05 Thread Joe Stein
The new consumer client is slated for 0.9.0 https://cwiki.apache.org/confluence/display/KAFKA/Future+release+plan /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.stealth.ly Twitter: @allthingshadoop

Which consumer to use with Kafka 0.8.2-beta

2014-12-05 Thread Orelowitz, David
We are upgrading to 0.8.2 and have rewritten our producer using the new org.apache.kafka.clients.producer.KafkaProducer which works great. Should we also convert the consumers to use org.apache.kafka.clients.consumer.KafkaConsumer.java or wait for 0.9.3 for the new consumer client. Thanks, Dav