d8tltanc commented on a change in pull request #9485: URL: https://github.com/apache/kafka/pull/9485#discussion_r532338240
########## File path: core/src/test/scala/unit/kafka/security/authorizer/AclAuthorizerTest.scala ########## @@ -82,16 +86,17 @@ class AclAuthorizerTest extends ZooKeeperTestHarness { override def setUp(): Unit = { super.setUp() + val authorizers = Seq(aclAuthorizer, aclAuthorizer2, MockAuthorizer.authorizer) Review comment: The MockAuthorizer is an AclAuthorizer using the interface default to do `authorizeByResourceType`. I was trying to prevent the duplicated code and ease the test implementation. Do you think we can keep it here? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org