Re: Consumer backwards compatibility

2016-02-12 Thread Alexis Midon
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 wrote: > The new Java consumer in 0.9.0 will not work w

Re: Consumer backwards compatibility

2016-02-11 Thread Jason Gustafson
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 wrote: > I have a 0.9.0 version of the Kafka consumer. Would that work against th