KIP-875 — First-class offsets support in Kafka Connect
Accepted Kafka 3.5 Connect
Adds GET/PATCH/DELETE /connectors/{connector}/offsets REST endpoints to Kafka Connect, enabling administrators to read, modify, and reset connector offsets without direct access to the internal offset topic. No official API existed for offset inspection or manipulation, forcing operators to write custom tooling against the internal __connect-offsets topic.
Details
| Author | Chris Egerton |
| Status | Accepted |
| Kafka Version | 3.5 |
| JIRA | KAFKA-4107 |
| Wiki | View on Apache Wiki |
| Created | 2022-10-07 |
| Last Modified | 2023-04-11 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.