The new consumer only supports committing offsets to Kafka. (It doesn't
even have connection info to ZooKeeper, which is a general trend in Kafka
clients -- all details of ZooKeeper are being hidden away from clients,
even administrative functions like creating topics.)

-Ewen

On Thu, Jan 19, 2017 at 7:00 PM, vinay ng <vinay.ng....@gmail.com> wrote:

> Hi,
>
> As per Kafka documentation,
>
> *Automatic Offset Committing,*
> "Setting enable.auto.commit means that offsets are committed
> automatically."
>
> Can you help me understand where the offsets are stored in case of
> automatic offset committing.. I believe it used to be on Zookeeper but not
> anymore as per new KafkaConsumer API.
>
>
> Thanks
>

Reply via email to