chia7712 commented on code in PR #15830:
URL: https://github.com/apache/kafka/pull/15830#discussion_r1622734164


##########
core/src/main/scala/kafka/admin/AclCommand.scala:
##########
@@ -115,8 +115,6 @@ object AclCommand extends Logging {
           val aclBindings = acls.map(acl => new AclBinding(resource, 
acl)).asJavaCollection
           adminClient.createAcls(aclBindings).all().get()
         }
-
-        listAcls(adminClient)

Review Comment:
   > Do you think it's worth migrating those tests to java at this stage, if 
they are going to be deleted anyway?
   
   we can keep origin test :)
   
   > we can probably remove console output Current ACLs



##########
core/src/main/scala/kafka/admin/AclCommand.scala:
##########
@@ -115,8 +115,6 @@ object AclCommand extends Logging {
           val aclBindings = acls.map(acl => new AclBinding(resource, 
acl)).asJavaCollection
           adminClient.createAcls(aclBindings).all().get()
         }
-
-        listAcls(adminClient)

Review Comment:
   > Do you think it's worth migrating those tests to java at this stage, if 
they are going to be deleted anyway?
   
   we can keep origin test :)
   
   > we can probably remove console output Current ACLs
   
   agree



-- 
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]

Reply via email to