KIP-465 — Add Consolidated Connector Endpoint to Connect REST API
Accepted Kafka 2.3 Connect
Adds `?expand=status` and `?expand=info` query parameters to the `GET /connectors` REST endpoint so clients can retrieve connector status and/or configuration for all connectors in a single request. Without this, fetching the status of N connectors requires N+1 HTTP calls (`GET /connectors` to list names, then `GET /connectors/{name}/status` for each), causing O(N) latency at scale.
Details
| Author | dan norwood |
| Status | Accepted |
| Kafka Version | 2.3 |
| JIRA | KAFKA-8309 |
| Wiki | View on Apache Wiki |
| Created | 2019-05-01 |
| Last Modified | 2019-05-16 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.