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-16718-2/n: KafkaAdminClient and GroupCoordinator implementation for DeleteShareGroupOffsets RPC #18976

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

chirag-wadhwa5
Copy link
Contributor

This PR contains the implementation of KafkaAdminClient and GroupCoordinator for DeleteShareGroupOffsets RPC. This PR is a followup on this.

Reference: JIRA

Important changes -

  • Added deleteShareGroupOffsets to KafkaAdminClient
  • Added implementation for handleDeleteShareGroupOffsetsRequest in KafkaApis.scala
  • Added deleteShareGroupOffsets to GroupCoordinator as well. internally this makes use of persister.deleteState to persist the changes in share coordinator

@github-actions github-actions bot added triage PRs from the community streams core Kafka Broker clients labels Feb 20, 2025
@AndrewJSchofield AndrewJSchofield added KIP-932 Queues for Kafka ci-approved and removed triage PRs from the community labels Feb 20, 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