-
-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Labels
area/connectKafka Connect, its connectorsKafka Connect, its connectorsscope/backendRelated to backend changesRelated to backend changesscope/frontendRelated to frontend changesRelated to frontend changesstatus/triage/completedAutomatic triage completedAutomatic triage completedtype/featureA brand new featureA brand new feature
Description
Describe the feature you're interested in
KIP-875 just debuted on Kafka 3.6 and it would be great to be able to leverage this feature using the UI
Provides first-class admin support for offsets in Kafka Connect. KIP-875 Part 1 added endpoints to get offsets and a new STOPPED state for connectors. The alter offsets and reset offsets endpoints have now been added.
Action | Description |
---|---|
GET /connectors/{connector}/offsets | Retrieve the offsets for a connector; the connector must exist |
PATCH /connectors/{connector}/offsets | Alter the offsets for a connector; the connector must exist, and must be in the STOPPED state |
DELETE /connectors/{connector}/offsets | Reset the offsets for a connector; the connector must exist, and must be in the STOPPED state |
PUT /connectors/{connector}/pause | Pause the connector; the connector must exist |
fallen-up, kirkiris, cpapad and yeikel
Metadata
Metadata
Assignees
Labels
area/connectKafka Connect, its connectorsKafka Connect, its connectorsscope/backendRelated to backend changesRelated to backend changesscope/frontendRelated to frontend changesRelated to frontend changesstatus/triage/completedAutomatic triage completedAutomatic triage completedtype/featureA brand new featureA brand new feature
Projects
Status
Done