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
| Author | Lan Ding |
| Status | Accepted |
| Kafka Version | 4.3 |
| JIRA | KAFKA-19519 |
| Wiki | View on Apache Wiki |
| Created | 2025-07-22 |
| Last Modified | 2025-11-04 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.