KIP-197 — Connect REST API should include the connector type when describing a connector
Accepted Kafka 1.0 ConnectAdmin
KIP-197 adds a `type` field (`source` or `sink`) to the JSON responses of `GET /connectors/{name}` and `GET /connectors/{name}/status` in the Kafka Connect REST API. Without the type field, client tools and UIs must infer connector type from naming conventions in the connector class name, which is unreliable.
Details
| Author | Zhihong Yu |
| Status | Accepted |
| Kafka Version | 1.0 |
| JIRA | KAFKA-5657 |
| Wiki | View on Apache Wiki |
| Created | 2017-09-08 |
| Last Modified | 2017-09-20 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.