conduktor.io ↗

KIP-1315 — Split Connector Listing and Expanded Views in the Connect REST API

Discussion Connect

Splits the Connect `GET /connectors` endpoint in two: the existing URL always returns a JSON array of connector names, while a new `GET /connectors-details` returns the expanded map, with `expand` on the old URL deprecated (WARN-logged) for one major release then ignored. Today the same endpoint returns either an array or a map depending on the `expand` query parameter, an unstable schema that breaks OpenAPI code generation and strongly typed clients.

Details

AuthorNilesh Kumar
StatusDiscussion
JIRAKAFKA-20392
WikiView on Apache Wiki
Created2026-04-04
Last Modified2026-07-07
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.