conduktor.io ↗

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

AuthorIvan Yurchenko
StatusAccepted
Kafka Version3.8
JIRAKAFKA-16445
WikiView on Apache Wiki
Created2019-06-13
Last Modified2024-05-09
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.