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


##########
clients/src/main/java/org/apache/kafka/clients/admin/DeleteShareGroupsResult.java:
##########
@@ -20,13 +20,33 @@
 import org.apache.kafka.common.KafkaFuture;
 
 import java.util.Collection;
+import java.util.HashMap;
 import java.util.Map;
 
 /**
  * The result of the {@link Admin#deleteShareGroups(Collection <String>, 
DeleteShareGroupsOptions)} call.
  */
-public class DeleteShareGroupsResult extends DeleteGroupsResult {
+public class DeleteShareGroupsResult {

Review Comment:
   That would be consistent with the rest of the KIP-932 interfaces, although 
not that critical in this case.



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