conduktor.io ↗

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

Authordan norwood
StatusAccepted
Kafka Version2.3
JIRAKAFKA-8309
WikiView on Apache Wiki
Created2019-05-01
Last Modified2019-05-16
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.