conduktor.io ↗

KIP-661 — Expose task configurations in Connect REST API

Accepted Kafka 2.8 Connect

Adds a `GET /connectors/{connector}/tasks/{task}/config` REST endpoint to expose the computed task configuration as applied by the connector, not just the raw connector config. Connectors like `MirrorSourceConnector` or `JdbcSourceConnector` transform the connector config before distributing it to tasks; the resulting per-task config is not currently retrievable via the REST API.

Details

AuthorMickael Maison
StatusAccepted
Kafka Version2.8
JIRAKAFKA-10833
WikiView on Apache Wiki
Created2020-08-20
Last Modified2020-12-10
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.