conduktor.io ↗

KIP-1196 — Introduce group.coordinator.append.max.buffer.size config

Accepted Kafka 4.3 ConsumerBroker

Introduces a group.coordinator.append.max.buffer.size config to cap the group coordinator's append cache buffer size independently of the broker's message.max.bytes setting. The current implementation derives the buffer ceiling from message.max.bytes, so deployments with large max message sizes (common in event pipelines) create excessive memory pressure on the group coordinator and risk OutOfMemoryError.

Details

AuthorLan Ding
StatusAccepted
Kafka Version4.3
JIRAKAFKA-19519
WikiView on Apache Wiki
Created2025-07-22
Last Modified2025-11-04
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.