conduktor.io ↗

KIP-769 — Connect APIs to list all connector plugins and retrieve their configuration definitions

Accepted Kafka 3.2 Connect

KIP-769 adds a `connectorsOnly=false` query parameter to `GET /connector-plugins` so it lists all installed plugin types (connectors, SMTs, converters, header converters, predicates), and adds a new `GET /connector-plugins/{plugin}/config` endpoint returning the plugin's configuration definition. Previously, only connector plugins were discoverable via the REST API; other plugin types had to be found by inspecting the Connect worker's classpath or documentation.

Details

AuthorMickael Maison
StatusAccepted
Kafka Version3.2
JIRAKAFKA-13510
WikiView on Apache Wiki
Created2021-08-19
Last Modified2022-04-11
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.