lianetm commented on code in PR #21271:
URL: https://github.com/apache/kafka/pull/21271#discussion_r2676289398


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinatorService.java:
##########
@@ -2272,55 +2272,53 @@ public void onMetadataUpdate(
     }
 
     /**
-     * Handles the deletion of topic partitions by scheduling write operations
+     * Handles the deletion of topics by scheduling write operations
      * to delete committed offsets and clean up share group state.
      *
      * @param topicsDelta The topics delta containing deleted topic IDs.
      */
     private void handlePartitionsDeletion(TopicsDelta topicsDelta) {

Review Comment:
   should we align and rename this to `handleTopicDeletion`?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to