JimmyWang6 commented on code in PR #18819:
URL: https://github.com/apache/kafka/pull/18819#discussion_r1954296475


##########
clients/src/test/java/org/apache/kafka/clients/admin/MockAdminClient.java:
##########
@@ -1389,6 +1389,16 @@ public synchronized DescribeShareGroupsResult 
describeShareGroups(Collection<Str
         throw new UnsupportedOperationException("Not implemented yet");
     }
 
+    @Override
+    public AlterShareGroupOffsetsResult alterShareGroupOffsets(String groupId, 
Map<TopicPartition, Long> offsets, AlterShareGroupOffsetsOptions options) {
+        throw new UnsupportedOperationException("Not implemented yet");
+    }
+
+    @Override

Review Comment:
   I will remove it. Thanks for your comments.



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