Re: Kafka 0.8.2 beta - release

2015-04-30 Thread Ewen Cheslack-Postava
That's part of the new consumer API that hasn't been released yet. The API happens to be included in the 0.8.2.* artifacts because it is under development, but isn't yet released -- it hasn't been mentioned in the release notes, nor is it in the official documentation:

Re: Kafka 0.8.2 beta - release

2015-04-30 Thread Gomathivinayagam Muthuvinayagam
Thank you, It seems the following methods are not supported in KafkaConsumer. Do you know when they will be supported? public OffsetMetadata commit(MapTopicPartition, Long offsets, boolean sync) { throw new UnsupportedOperationException(); } Thanks Regards, On Wed, Apr 29,

Re: Kafka 0.8.2 beta - release

2015-04-29 Thread Ewen Cheslack-Postava
It has already been released, including a minor revision to fix some critical bugs. The latest release is 0.8.2.1. The downloads page has links and release notes: http://kafka.apache.org/downloads.html On Wed, Apr 29, 2015 at 10:22 PM, Gomathivinayagam Muthuvinayagam sankarm...@gmail.com wrote:

Kafka 0.8.2 beta - release

2015-04-29 Thread Gomathivinayagam Muthuvinayagam
I see lot of interesting features with Kafka 0.8.2 beta. I am just wondering when that will be released. Is there any timeline for that? Thanks Regards,