TaiJuWu commented on code in PR #18432:
URL: https://github.com/apache/kafka/pull/18432#discussion_r1910777056
##########
core/src/test/scala/unit/kafka/server/KafkaApisTest.scala:
##########
@@ -485,44 +412,6 @@ class KafkaApisTest extends Logging {
}
}
- @Test
- def testAlterConfigsWithAuthorizer(): Unit = {
Review Comment:
From my understanding, the authorization only work for
`IncrementalAlterConfig`.
`AlterConfig` is legacy api so we don't do any authorization here.
You can refer
[here](https://github.com/apache/kafka/blob/616bc610d075b87a6ac273d052eae9ce23bf466c/core/src/main/scala/kafka/server/KafkaApis.scala#L2504-L2525)
--
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]