TaiJuWu commented on code in PR #20089: URL: https://github.com/apache/kafka/pull/20089#discussion_r2181401859
########## checkstyle/import-control-coordinator-common.xml: ########## @@ -27,8 +27,6 @@ <allow pkg="org.slf4j" /> <allow pkg="org.junit" /> <allow pkg="org.mockito" /> - <!-- no one depends on the server --> - <disallow pkg="kafka" /> Review Comment: Should we do this change? From my understanding, this prevents developer to depend on core module again in migrating process. -- 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