apoorvmittal10 commented on code in PR #14632: URL: https://github.com/apache/kafka/pull/14632#discussion_r1390331867
########## clients/src/test/java/org/apache/kafka/clients/admin/MockAdminClient.java: ########## @@ -823,6 +825,13 @@ synchronized private Config getResourceDescription(ConfigResource resource) { } throw new UnknownTopicOrPartitionException("Resource " + resource + " not found."); } + case CLIENT_METRICS: { + String subscriptionName = resource.name(); Review Comment: Make sense, done. ########## clients/src/test/java/org/apache/kafka/clients/admin/MockAdminClient.java: ########## @@ -916,6 +925,34 @@ synchronized private Throwable handleIncrementalResourceAlteration( topicMetadata.configs = newMap; return null; } + case CLIENT_METRICS: { + String subscriptionName = resource.name(); 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org