You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Gomathivinayagam Muthuvinayagam <sa...@gmail.com> on 2015/04/30 07:22:29 UTC

Kafka 0.8.2 beta - release

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,

Re: Kafka 0.8.2 beta - release

Posted by Ewen Cheslack-Postava <ew...@confluent.io>.
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:
http://kafka.apache.org/documentation.html

That API is currently under active development and should be available in
the next release. If you want to test it out, you can use build a copy
yourself of trunk, but the high-level consumer functionality is not yet
implemented so it likely does not include everything you want. For the time
being, you probably want to use the existing high level consumer API:
http://kafka.apache.org/documentation.html#highlevelconsumerapi


On Wed, Apr 29, 2015 at 11:07 PM, Gomathivinayagam Muthuvinayagam <
sankarmail@gmail.com> wrote:

> Thank you,
>
> It seems the following methods are not supported in KafkaConsumer. Do you
> know when they will be supported?
>
>     public OffsetMetadata commit(Map<TopicPartition, Long> offsets, boolean
> sync) {
>
>         throw new UnsupportedOperationException();
>
>     }
>
> Thanks & Regards,
>
>
>
> On Wed, Apr 29, 2015 at 10:52 PM, Ewen Cheslack-Postava <ewen@confluent.io
> >
> wrote:
>
> > 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 <
> > sankarmail@gmail.com> wrote:
> >
> > > 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,
> > >
> >
> >
> >
> > --
> > Thanks,
> > Ewen
> >
>



-- 
Thanks,
Ewen

Re: Kafka 0.8.2 beta - release

Posted by Gomathivinayagam Muthuvinayagam <sa...@gmail.com>.
Thank you,

It seems the following methods are not supported in KafkaConsumer. Do you
know when they will be supported?

    public OffsetMetadata commit(Map<TopicPartition, Long> offsets, boolean
sync) {

        throw new UnsupportedOperationException();

    }

Thanks & Regards,



On Wed, Apr 29, 2015 at 10:52 PM, Ewen Cheslack-Postava <ew...@confluent.io>
wrote:

> 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 <
> sankarmail@gmail.com> wrote:
>
> > 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,
> >
>
>
>
> --
> Thanks,
> Ewen
>

Re: Kafka 0.8.2 beta - release

Posted by Ewen Cheslack-Postava <ew...@confluent.io>.
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 <
sankarmail@gmail.com> wrote:

> 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,
>



-- 
Thanks,
Ewen