ijuma commented on code in PR #19460: URL: https://github.com/apache/kafka/pull/19460#discussion_r2062663644
########## checkstyle/import-control-clients-integration-tests.xml: ########## @@ -21,6 +21,7 @@ <import-control pkg="org.apache.kafka"> <allow pkg="java"/> <allow pkg="org.junit"/> + <allow pkg="scala" /> Review Comment: If so, I think we should avoid having these inside tests. Can we have methods that return Java collections instead (or test utilities if the former isn't possible). -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org