KIP-477 — Add PATCH method for connector config in Connect REST API
Accepted Kafka 3.8 Connect
Adds HTTP PATCH support to the /connectors/{id}/config endpoint in the Kafka Connect REST API, enabling partial connector configuration updates that merge the provided fields into the existing config without replacing the entire document. The existing PUT-only approach required a GET-modify-PUT cycle that was non-atomic and error-prone, with a race window where concurrent modifications could overwrite each other.
Details
| Author | Ivan Yurchenko |
| Status | Accepted |
| Kafka Version | 3.8 |
| JIRA | KAFKA-16445 |
| Wiki | View on Apache Wiki |
| Created | 2019-06-13 |
| Last Modified | 2024-05-09 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.