TaiJuWu commented on code in PR #17339:
URL: https://github.com/apache/kafka/pull/17339#discussion_r1818016763
##########
test-common/src/main/java/org/apache/kafka/common/test/MockController.java:
##########
@@ -337,6 +338,14 @@ public CompletableFuture<Map<ConfigResource,
ResultOrError<Map<String, String>>>
throw new UnsupportedOperationException();
}
+ @Override
+ public CompletableFuture<Map<ClientQuotaEntity, Map<String, Double>>>
describeClientQuotas(
+ ControllerRequestContext context,
+ ClientQuotaFilter quotaFilter
+ ) {
+ throw new UnsupportedOperationException();
+ }
+
Review Comment:
File another jira: https://issues.apache.org/jira/browse/KAFKA-17849
--
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]