AndrewJSchofield commented on code in PR #19559:
URL: https://github.com/apache/kafka/pull/19559#discussion_r2086801802


##########
share-coordinator/src/main/java/org/apache/kafka/coordinator/share/ShareCoordinator.java:
##########
@@ -120,6 +124,14 @@ public interface ShareCoordinator {
      */
     void onResignation(int partitionIndex, OptionalInt partitionLeaderEpoch);
 
+    /**
+     * Remove share group state related to deleted topic ids.
+     *
+     * @param topicPartitions   The deleted topic ids.
+     * @param bufferSupplier    The buffer supplier tight to the request 
thread.

Review Comment:
   nit: Probably "tied" is better.



-- 
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

Reply via email to