Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

replica.lag.max.time.ms = 10_000 

leaderfollower.fetch.process.time.max.ms = 500

...

Configuration Name

Description

Valid Values

Default Value

follower.fetch.pending.reads.insync.enable

This property allows a replica to be insync if the follower has pending fetch requests which are >= log-end-offset of the earlier fetch request.

true or false

false

leaderfollower.fetch.process.time.max.ms

This property represents the maximum time in milliseconds that a leader can  can process the follower fetch requests. If it takes more than this configured time then it relinquishes the leadership. This property is applicable only if `follower.fetch.pending.reads.insync.enable` is set as true. 

> 0

500

Compatibility, Deprecation, and Migration Plan

...