Hi Adrien,

Every log.flush.offset.checkpoint.interval.ms  we write out the current
recovery point for all logs to a text file in the log directory to avoid
recovering the whole log on startup.

and every log.flush.start.offset.checkpoint.interval.ms we write out the
current log start offset for all logs to a text file in the log directory
to avoid exposing data that have been deleted by DeleteRecordsRequest

HTH,
Andras


On Mon, Feb 26, 2018 at 1:51 PM, adrien ruffie <adriennolar...@hotmail.fr>
wrote:

> Hello all,
>
>
> I have read linked porperties documentation, but I don't really understand
> the difference between:
>
> log.flush.offset.checkpoint.interval.ms
>
>
> and
>
>
> log.flush.start.offset.checkpoint.interval.ms
>
>
> Do you have a usecase of each property's utilization, I can't figure out
> what the difference ...
>
>
> best regards,
>
>
> Adrien
>

Reply via email to