chia7712 commented on code in PR #18432: URL: https://github.com/apache/kafka/pull/18432#discussion_r1913670616
########## core/src/test/scala/unit/kafka/server/KafkaApisTest.scala: ########## @@ -466,51 +423,39 @@ class KafkaApisTest extends Logging { val configs = Map(authorizedResource -> new AlterConfigsRequest.Config(configEntries)) val requestHeader = new RequestHeader(ApiKeys.ALTER_CONFIGS, ApiKeys.ALTER_CONFIGS.latestVersion, clientId, 0) - val request = buildRequest( - new AlterConfigsRequest.Builder(configs.asJava, false).build(requestHeader.apiVersion)) + val apiRequest = new AlterConfigsRequest.Builder(configs.asJava, false).build(requestHeader.apiVersion) Review Comment: in this `testAlterConfigsClientMetrics`, we don't need the `authorizer`. Hence, could you please remove the unused variable? -- 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