FrankYang0529 commented on code in PR #17411:
URL: https://github.com/apache/kafka/pull/17411#discussion_r1799193031
##########
checkstyle/import-control-core.xml:
##########
@@ -142,4 +142,9 @@
<allow pkg="org.apache.directory" />
<allow pkg="org.apache.mina.core.service" />
</subpackage>
+
+ <subpackage name="clients">
+ <allow pkg="org.apache.kafka.clients" />
+ <allow pkg="org.apache.log4j" />
+ </subpackage>
Review Comment:
Yes, without this, we will get `Disallowed import` in `./gradlew
checkstyleMain checkstyleTest spotlessCheck`.
--
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]