JimmyWang6 commented on code in PR #18819:
URL: https://github.com/apache/kafka/pull/18819#discussion_r1954296750
##########
streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/TestingMetricsInterceptingAdminClient.java:
##########
@@ -416,6 +418,16 @@ public DescribeShareGroupsResult describeShareGroups(final
Collection<String> gr
return adminDelegate.describeShareGroups(groupIds, options);
}
+ @Override
+ public AlterShareGroupOffsetsResult alterShareGroupOffsets(final String
groupId, final Map<TopicPartition, Long> offsets, final
AlterShareGroupOffsetsOptions options) {
+ return adminDelegate.alterShareGroupOffsets(groupId, offsets, options);
+ }
+
+ @Override
Review Comment:
Done
--
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]