Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KC: Support First-class offsets in Kafka Connect #183

Open
Haarolean opened this issue Mar 1, 2024 · 1 comment · May be fixed by #573
Open

KC: Support First-class offsets in Kafka Connect #183

Haarolean opened this issue Mar 1, 2024 · 1 comment · May be fixed by #573
Labels
area/connect Kafka Connect, its connectors scope/backend Related to backend changes scope/frontend Related to frontend changes status/triage/completed Automatic triage completed type/feature A brand new feature

Comments

@Haarolean
Copy link
Member

From provectus/kafka-ui#4289

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
@Haarolean Haarolean added scope/frontend Related to frontend changes scope/backend Related to backend changes type/feature A brand new feature labels Mar 1, 2024
@Haarolean Haarolean added this to the 1.1 milestone Mar 1, 2024
@kapybro kapybro bot added status/triage Issues pending maintainers triage status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Mar 1, 2024
@Haarolean Haarolean added the area/connect Kafka Connect, its connectors label Mar 1, 2024
@Haarolean
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connect Kafka Connect, its connectors scope/backend Related to backend changes scope/frontend Related to frontend changes status/triage/completed Automatic triage completed type/feature A brand new feature
Projects
Status: In Review
Development

Successfully merging a pull request may close this issue.

1 participant