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 <[email protected]> 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 >
