Kafka used to use zookeeper for managing offsets. But I believe it has
since changed to storing offset in a separate topic called
__consumer_offsets.
This info is there in the documentation. See here:
https://kafka.apache.org/090/documentation.html#impl_offsettracking

On Mon, Feb 20, 2017 at 5:02 PM, Jean Changyi <jeanking...@gmail.com> wrote:

> Hi,
>
> Thank you for reading my question.
>
> I'm still using kafka-2.1.1-0.9.0.0. From some article I learned that
> offsets were stored in zookeeper, however I can only find some z-nodes
> about
> console-consumer in my zookeeper.
>
> My question is where is mine offset record? That means where can I find my
> consumer-groups' offset record? By the way, I found some binary files in my
> kafka log menu (/tmp/kafka-logs in my computer):
> /tmp/kafka-logs/__consumer_offset-${number}/, do they have something to do
> with offsets?
>
>
>
> Best regards
>
> ------------------------------------------------------------
> ----------------
> ---------------------------------------------------------------
>
> Jean
>
>
>
> jeanking...@gmail.com
>
>
>
>
>
>

Reply via email to