smjn commented on code in PR #19057: URL: https://github.com/apache/kafka/pull/19057#discussion_r1981910462
########## 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: @chia7712 had suggested to remove it saying the interface is mature. https://github.com/apache/kafka/pull/19057#issuecomment-2698014961 -- 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