apoorvmittal10 commented on code in PR #18571: URL: https://github.com/apache/kafka/pull/18571#discussion_r1919738993
########## clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java: ########## @@ -3796,6 +3796,14 @@ public DescribeShareGroupsResult describeShareGroups(final Collection<String> gr .collect(Collectors.toMap(entry -> entry.getKey().idValue, Map.Entry::getValue))); } + // To do in a follow-up PR + @Override + public ListShareGroupOffsetsResult listShareGroupOffsets(final Map<String, ListShareGroupOffsetsSpec> groupSpecs, + final ListShareGroupOffsetsOptions options) { + // To-do + throw new InvalidRequestException("The method is not yet implemented"); Review Comment: nit: UnsupportedOperationException should be there, but nevermind for current PR. -- 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