You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Muqtafi Akhmad <mu...@traveloka.com> on 2016/04/19 08:45:41 UTC

Tune Kafka offsets.load.buffer.size

dear Kafka users,

Is there any tips about how to configure *offsets.load.buffer.size*
configuration to speed up the offsets loading after leader change? The
default value for this configuration is 5242880

Thank you,

-- 
Muqtafi Akhmad
Software Engineer
Traveloka

Re: Tune Kafka offsets.load.buffer.size

Posted by Muqtafi Akhmad <mu...@traveloka.com>.
Thank you Ben!

On Thu, Apr 21, 2016 at 12:59 AM, Ben Stopford <be...@confluent.io> wrote:

> If you have a relatively small number of consumers you might further
> reduce offsets.topic.segment.bytes. The active segment is not compacted.
> B
> > On 18 Apr 2016, at 23:45, Muqtafi Akhmad <mu...@traveloka.com> wrote:
> >
> > dear Kafka users,
> >
> > Is there any tips about how to configure *offsets.load.buffer.size*
> > configuration to speed up the offsets loading after leader change? The
> > default value for this configuration is 5242880
> >
> > Thank you,
> >
> > --
> > Muqtafi Akhmad
> > Software Engineer
> > Traveloka
>
>


-- 
Muqtafi Akhmad
Software Engineer
Traveloka

Re: Tune Kafka offsets.load.buffer.size

Posted by Ben Stopford <be...@confluent.io>.
If you have a relatively small number of consumers you might further reduce offsets.topic.segment.bytes. The active segment is not compacted. 
B
> On 18 Apr 2016, at 23:45, Muqtafi Akhmad <mu...@traveloka.com> wrote:
> 
> dear Kafka users,
> 
> Is there any tips about how to configure *offsets.load.buffer.size*
> configuration to speed up the offsets loading after leader change? The
> default value for this configuration is 5242880
> 
> Thank you,
> 
> -- 
> Muqtafi Akhmad
> Software Engineer
> Traveloka