KIP-541 — Create a fetch.max.bytes configuration for the broker
Accepted BrokerConsumer
Adds a broker-side fetch.max.bytes configuration that caps the total bytes any single FetchRequest can return regardless of what the client requests. A consumer configured with a very large fetch.max.bytes can monopolize broker I/O threads, degrading throughput fairness for other consumers sharing the same broker.
Details
| Author | Colin McCabe |
| Status | Accepted |
| JIRA | KAFKA-9101 |
| Wiki | View on Apache Wiki |
| Created | 2019-10-21 |
| Last Modified | 2019-11-07 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.