Re: Zookeeper offsets in new consumer

2016-06-21 Thread Bryan Baugher
We have a lot of tooling thats still dependent on offsets being in
zookeeper but we were hoping to upgrade to the new consumer to solve
another issue and would prefer not have to do both at the same time.

On Tue, Jun 21, 2016 at 1:17 AM Gerard Klijs 
wrote:

> No, why would you want to store the offsets in zookeeper? One of the
> improvements is to not depend on zookeeper for the offsets. And there is
> tooling to get the offsets (although the consumer group must exist).
>
> On Mon, Jun 20, 2016 at 10:57 PM Bryan Baugher  wrote:
>
> > Hi everyone,
> >
> > With the new Kafka consumer[1] is it possible to use zookeeper based
> offset
> > storage?
> >
> > Bryan
> >
> > [1] -
> >
> >
> http://kafka.apache.org/0100/javadoc/index.html?org/apache/kafka/clients/consumer/KafkaConsumer.html
> >
>


Re: Zookeeper offsets in new consumer

2016-06-20 Thread Gerard Klijs
No, why would you want to store the offsets in zookeeper? One of the
improvements is to not depend on zookeeper for the offsets. And there is
tooling to get the offsets (although the consumer group must exist).

On Mon, Jun 20, 2016 at 10:57 PM Bryan Baugher  wrote:

> Hi everyone,
>
> With the new Kafka consumer[1] is it possible to use zookeeper based offset
> storage?
>
> Bryan
>
> [1] -
>
> http://kafka.apache.org/0100/javadoc/index.html?org/apache/kafka/clients/consumer/KafkaConsumer.html
>


Zookeeper offsets in new consumer

2016-06-20 Thread Bryan Baugher
Hi everyone,

With the new Kafka consumer[1] is it possible to use zookeeper based offset
storage?

Bryan

[1] -
http://kafka.apache.org/0100/javadoc/index.html?org/apache/kafka/clients/consumer/KafkaConsumer.html