chirag-wadhwa5 opened a new pull request, #19431: URL: https://github.com/apache/kafka/pull/19431
Currently, in the deleteShareGroupOffsets method in GroupCoordinatorService, the user request was simply forwarded to the persister without checking if the requested share partitions were initialized for the group or not. This PR introduces such a check to make sure that the persister deleteState request is only called for share partitions that have been initialized for the group Reference: [JIRA](https://issues.apache.org/jira/browse/KAFKA-19115) -- 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