The new consumer api is actually excluded from the javadoc that we generate.
Thanks,
Jun
On Mon, Jan 26, 2015 at 11:54 AM, Jason Rosenberg wrote:
> shouldn't the new consumer api be removed from the 0.8.2 code base then?
>
> On Fri, Jan 23, 2015 at 10:30 AM, Joe Stein wrote:
>
> > The new con
Matve wr should add to the documentation experimental so folks that don't
know understand.
/***
Joe Stein
Founder, Principal Consultant
Big Data Open Source Security LLC
http://www.stealth.ly
Twitter: @allthingshadoop
shouldn't the new consumer api be removed from the 0.8.2 code base then?
On Fri, Jan 23, 2015 at 10:30 AM, Joe Stein wrote:
> The new consumer is scheduled for 0.9.0.
>
> Currently Kafka release candidate 2 for 0.8.2.0 is being voted on.
>
> There is an in progress patch to the new consumer that
The new consumer is scheduled for 0.9.0.
Currently Kafka release candidate 2 for 0.8.2.0 is being voted on.
There is an in progress patch to the new consumer that you can try out
https://issues.apache.org/jira/browse/KAFKA-1760
/***
Joe Stein
Founder, Pr
Hi Team,
I was playing around with your recent release 0.8.2-beta.
Producer worked fine whereas new consumer did not.
org.apache.kafka.clients.consumer.KafkaConsumer
After digging the code I realized that the implementation for the same is
not available. Only API is present.
Could you please let