anyone faced this issue?

Regards,
Nitin Kumar Sharma.


On Wed, Sep 2, 2015 at 5:32 PM, nitin sharma <kumarsharma.ni...@gmail.com>
wrote:

> Hi All,
>
> i have run into a weird issue with my Kafka setup.
>
> I see that it takes around 5-6 sec for Zookeeper to update the offset for
> Kafka topics.
>
> I am running "ConsumerOffsetChecker" tool to see that lag and what i found
> that even when my consumer is not up, it takes 5-6 sec for Zookeeper to
> show the updated Offset .
>
> Is this behavior can be fixed? I have tried adding following parameters in
> my Kafka server.property files but no luck.
>
> log.flush.interval.messages=1
> log.default.flush.scheduler.interval.ms=500
>
>
> ConsumerOffsetChecker:
>  bin/kafka-run-class.sh kafka.tools.ConsumerOffsetChecker --zkconnect
> localhost:2181 --group perfConsumer
>
>
> Regards,
> Nitin Kumar Sharma.
>
>

Reply via email to