KIP-308 — Support dynamic update of max.connections.per.ip/max.connections.per.ip.overrides configs
Accepted Kafka 2.1 BrokerAdmin
Extends the KIP-226 dynamic broker configuration framework to include `max.connections.per.ip` and `max.connections.per.ip.overrides`, making them hot-reloadable via `kafka-configs.sh` without a broker restart. Without dynamic support, mitigating a misbehaving client that exhausts connections from a specific IP requires a disruptive broker restart.
Details
| Author | Manikumar Reddy O. |
| Status | Accepted |
| Kafka Version | 2.1 |
| JIRA | KAFKA-6751 |
| Wiki | View on Apache Wiki |
| Created | 2018-06-04 |
| Last Modified | 2018-10-24 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.