chirag-wadhwa5 opened a new pull request, #18976: URL: https://github.com/apache/kafka/pull/18976
This PR contains the implementation of KafkaAdminClient and GroupCoordinator for DeleteShareGroupOffsets RPC. This PR is a followup on [this](https://github.com/apache/kafka/pull/18927). Reference: [JIRA](https://issues.apache.org/jira/browse/KAFKA-16718?filter=-1) 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org