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
| Author | Mickael Maison |
| Status | Accepted |
| Kafka Version | 2.8 |
| JIRA | KAFKA-10833 |
| Wiki | View on Apache Wiki |
| Created | 2020-08-20 |
| Last Modified | 2020-12-10 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.