kafka icon indicating copy to clipboard operation
kafka copied to clipboard

KAFKA-19541 Add new KIP-1219 quorum configurations

Open josefk31 opened this issue 1 month ago • 1 comments

Implements KIP-1219

Adds two new configurations regulate the amount of data fetched by Raft clients.

  • controller.quorum.fetch.snapshot.max.bytes
  • controller.quorum.fetch.max.bytes

Main design choice is that clients control how much they need for Fetch and FetchSnapshot. The active controller receiving requests will respect whatever MaxSizeBytes it receives.

josefk31 avatar Dec 01 '25 13:12 josefk31

A label of 'needs-attention' was automatically added to this PR in order to raise the attention of the committers. Once this issue has been triaged, the triage label should be removed to prevent this automation from happening again.

github-actions[bot] avatar Dec 09 '25 03:12 github-actions[bot]