apoorvmittal10 commented on code in PR #14632: URL: https://github.com/apache/kafka/pull/14632#discussion_r1387099016
########## core/src/test/scala/unit/kafka/admin/ConfigCommandTest.scala: ########## @@ -1628,6 +1628,122 @@ class ConfigCommandTest extends Logging { Seq("<default>/clients/client-3", sanitizedPrincipal + "/clients/client-2")) } + @Test + def shouldAlterClientMetricsConfig(): Unit = { + val node = new Node(1, "localhost", 9092) + verifyAlterClientMetricsConfig(node, "1", List("--entity-name", "1")) + } + + def verifyAlterClientMetricsConfig(node: Node, resourceName: String, resourceOpts: List[String]): Unit = { Review Comment: Thanks, 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