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

KAFKA-18887: Implement Streams Admin APIs #19120

Merged
merged 8 commits into from
Mar 6, 2025

Conversation

aliehsaeedii
Copy link
Contributor

@aliehsaeedii aliehsaeedii commented Mar 5, 2025

Implement Admin API extensions beyond list/describe group (delete group, offset-related APIs).

  • adds methods for describing and manipulating offsets, as described in KIP-1071
  • adds corresponding unit tests

These are doing the exact same thing as the corresponding consumer group counter-parts.

Reviewers: Lucas Brutschy [email protected]

@github-actions github-actions bot added triage PRs from the community streams clients labels Mar 5, 2025
@lucasbru lucasbru changed the title KAFKA-18887 Implement Streams Admin APIs KAFKA-18887: Implement Streams Admin APIs Mar 5, 2025
Copy link
Member

@lucasbru lucasbru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@github-actions github-actions bot removed the triage PRs from the community label Mar 6, 2025
@lucasbru lucasbru merged commit 7a976c6 into apache:trunk Mar 6, 2025
20 checks passed
@lucasbru lucasbru added the KIP-1071 PRs related to KIP-1071 label Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants