You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Joe San <co...@gmail.com> on 2016/02/11 11:44:01 UTC

Consumer backwards compatibility

I have a 0.9.0 version of the Kafka consumer. Would that work against the
0.8.2 broker?

Re: Consumer backwards compatibility

Posted by Alexis Midon <al...@airbnb.com.INVALID>.
When porting an existing consumer group from 0.8.2 to 0.9 (clients and
brokers), is there any impact on the last committed offsets?
is the "native offset storage" feature enable by default?




On Thu, Feb 11, 2016 at 4:52 PM Jason Gustafson <ja...@confluent.io> wrote:

> The new Java consumer in 0.9.0 will not work with 0.8.2 since it depends on
> the group management protocol built into Kafka, but the older consumer
> should still work.
>
> -Jason
>
> On Thu, Feb 11, 2016 at 2:44 AM, Joe San <co...@gmail.com> wrote:
>
> > I have a 0.9.0 version of the Kafka consumer. Would that work against the
> > 0.8.2 broker?
> >
>

Re: Consumer backwards compatibility

Posted by Jason Gustafson <ja...@confluent.io>.
The new Java consumer in 0.9.0 will not work with 0.8.2 since it depends on
the group management protocol built into Kafka, but the older consumer
should still work.

-Jason

On Thu, Feb 11, 2016 at 2:44 AM, Joe San <co...@gmail.com> wrote:

> I have a 0.9.0 version of the Kafka consumer. Would that work against the
> 0.8.2 broker?
>