You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Bharath Srinivasan <bh...@gmail.com> on 2015/04/23 23:25:38 UTC

Kafka client - 0.9

Hi,

I'm looking for the 0.9 client release plan.

https://cwiki.apache.org/confluence/display/KAFKA/Kafka+0.9+Consumer+Rewrite+Design

Is there a planned date for this release?

Thanks,
Bharath

Re: Kafka client - 0.9

Posted by Gwen Shapira <gs...@cloudera.com>.
In current high-level consumer, you can still manually control when you
commit offsets (see this blog for details:
http://ingest.tips/2014/10/12/kafka-high-level-consumer-frequently-missing-pieces/
)

While you can't explicitly roll-back a commit, you can simply avoid
committing when you have an exception (its a tiny bit more complex than
that - because the iterator stores a buffer and location in the buffer...
so you need to maintain your own collection of events to retry.... this is
also explained in the blog above).

Hope this helps.

Gwen

On Wed, Apr 29, 2015 at 9:50 AM, Bharath Srinivasan <bh...@gmail.com>
wrote:

> Any pointers on this feature?
>
> Thanks.
>
> On Thu, Apr 23, 2015 at 9:57 PM, Bharath Srinivasan <bh...@gmail.com>
> wrote:
>
> > Thanks Gwen.
> >
> > I'm specifically looking for the consumer rewrite API (
> > org.apache.kafka.clients.consumer.KafkaConsumer). Based on the wiki, this
> > feature is available only in 0.9.
> >
> > The specific use case is that, I wanted to use the high level consumer
> but
> > with the ability to rollback the offset in case of any exceptions. Based
> on
> > the documentation, it seems like the current high level consumer API does
> > not seem to be supporting it, atleast not in a straight forward fashion.
> >
> > Appreciate any alternate solutions.
> >
> > On Thu, Apr 23, 2015 at 8:08 PM, Gwen Shapira <gs...@cloudera.com>
> > wrote:
> >
> >> We don't normally plan dates for releases, when we are done with
> >> features we want in the next release and happy with quality, we
> >> release. Many Apache communities are like that.
> >>
> >> If you need firmer roadmaps and specific release dates, there are few
> >> vendors selling Kafka distributions and support.
> >>
> >> Are there any specific features you are waiting for?
> >>
> >> Gwen
> >>
> >> On Thu, Apr 23, 2015 at 2:25 PM, Bharath Srinivasan
> >> <bh...@gmail.com> wrote:
> >> > Hi,
> >> >
> >> > I'm looking for the 0.9 client release plan.
> >> >
> >> >
> >>
> https://cwiki.apache.org/confluence/display/KAFKA/Kafka+0.9+Consumer+Rewrite+Design
> >> >
> >> > Is there a planned date for this release?
> >> >
> >> > Thanks,
> >> > Bharath
> >>
> >
> >
>

Re: Kafka client - 0.9

Posted by Bharath Srinivasan <bh...@gmail.com>.
Any pointers on this feature?

Thanks.

On Thu, Apr 23, 2015 at 9:57 PM, Bharath Srinivasan <bh...@gmail.com>
wrote:

> Thanks Gwen.
>
> I'm specifically looking for the consumer rewrite API (
> org.apache.kafka.clients.consumer.KafkaConsumer). Based on the wiki, this
> feature is available only in 0.9.
>
> The specific use case is that, I wanted to use the high level consumer but
> with the ability to rollback the offset in case of any exceptions. Based on
> the documentation, it seems like the current high level consumer API does
> not seem to be supporting it, atleast not in a straight forward fashion.
>
> Appreciate any alternate solutions.
>
> On Thu, Apr 23, 2015 at 8:08 PM, Gwen Shapira <gs...@cloudera.com>
> wrote:
>
>> We don't normally plan dates for releases, when we are done with
>> features we want in the next release and happy with quality, we
>> release. Many Apache communities are like that.
>>
>> If you need firmer roadmaps and specific release dates, there are few
>> vendors selling Kafka distributions and support.
>>
>> Are there any specific features you are waiting for?
>>
>> Gwen
>>
>> On Thu, Apr 23, 2015 at 2:25 PM, Bharath Srinivasan
>> <bh...@gmail.com> wrote:
>> > Hi,
>> >
>> > I'm looking for the 0.9 client release plan.
>> >
>> >
>> https://cwiki.apache.org/confluence/display/KAFKA/Kafka+0.9+Consumer+Rewrite+Design
>> >
>> > Is there a planned date for this release?
>> >
>> > Thanks,
>> > Bharath
>>
>
>

Re: Kafka client - 0.9

Posted by Bharath Srinivasan <bh...@gmail.com>.
Thanks Gwen.

I'm specifically looking for the consumer rewrite API (
org.apache.kafka.clients.consumer.KafkaConsumer). Based on the wiki, this
feature is available only in 0.9.

The specific use case is that, I wanted to use the high level consumer but
with the ability to rollback the offset in case of any exceptions. Based on
the documentation, it seems like the current high level consumer API does
not seem to be supporting it, atleast not in a straight forward fashion.

Appreciate any alternate solutions.

On Thu, Apr 23, 2015 at 8:08 PM, Gwen Shapira <gs...@cloudera.com> wrote:

> We don't normally plan dates for releases, when we are done with
> features we want in the next release and happy with quality, we
> release. Many Apache communities are like that.
>
> If you need firmer roadmaps and specific release dates, there are few
> vendors selling Kafka distributions and support.
>
> Are there any specific features you are waiting for?
>
> Gwen
>
> On Thu, Apr 23, 2015 at 2:25 PM, Bharath Srinivasan
> <bh...@gmail.com> wrote:
> > Hi,
> >
> > I'm looking for the 0.9 client release plan.
> >
> >
> https://cwiki.apache.org/confluence/display/KAFKA/Kafka+0.9+Consumer+Rewrite+Design
> >
> > Is there a planned date for this release?
> >
> > Thanks,
> > Bharath
>

Re: Kafka client - 0.9

Posted by Gwen Shapira <gs...@cloudera.com>.
We don't normally plan dates for releases, when we are done with
features we want in the next release and happy with quality, we
release. Many Apache communities are like that.

If you need firmer roadmaps and specific release dates, there are few
vendors selling Kafka distributions and support.

Are there any specific features you are waiting for?

Gwen

On Thu, Apr 23, 2015 at 2:25 PM, Bharath Srinivasan
<bh...@gmail.com> wrote:
> Hi,
>
> I'm looking for the 0.9 client release plan.
>
> https://cwiki.apache.org/confluence/display/KAFKA/Kafka+0.9+Consumer+Rewrite+Design
>
> Is there a planned date for this release?
>
> Thanks,
> Bharath