OmniaGM commented on code in PR #13204:
URL: https://github.com/apache/kafka/pull/13204#discussion_r1103879807


##########
build.gradle:
##########
@@ -1756,6 +1756,7 @@ project(':tools') {
 
   dependencies {
     implementation project(':clients')
+    implementation project(':core')

Review Comment:
   It would be bit harder to move them to tools. For example the command uses 
`kafka.utils.json` which is used by `kafka.server`, 
`kafka.security.authorizer`. And `kafka.admin.AdminOperationException` is used 
by `kafka.admin`, `kafka.controller`, `kafka.zk`, etc. So not sure it's easy to 
move them out. 



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