KIP-558 — Track the set of actively used topics by connectors in Kafka Connect
Accepted Kafka 2.5 Connect
Adds a `/connectors/{name}/topics` REST endpoint to Kafka Connect that returns the set of Kafka topics actively used by a connector since it was started, tracking topic consumption and production at the framework level. There is no existing mechanism to determine which topics a source connector dynamically produces to or which exact topic names a regex-subscribed sink connector is consuming.
Details
| Author | Konstantine Karantasis |
| Status | Accepted |
| Kafka Version | 2.5 |
| JIRA | KAFKA-9422 |
| Wiki | View on Apache Wiki |
| Created | 2020-01-14 |
| Last Modified | 2020-03-08 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.