nizhikov commented on code in PR #15075: URL: https://github.com/apache/kafka/pull/15075#discussion_r1539504855
########## checkstyle/import-control-server.xml: ########## @@ -82,6 +82,9 @@ <allow class="org.apache.kafka.server.authorizer.AuthorizableRequestContext" /> <allow pkg="org.apache.kafka.server.telemetry" /> </subpackage> + <subpackage name="config"> + <allow class="org.apache.zookeeper.client.ZKClientConfig" /> Review Comment: Done. ########## checkstyle/import-control-jmh-benchmarks.xml: ########## @@ -58,4 +58,7 @@ <subpackage name="cache"> </subpackage> + <subpackage name="metadata"> Review Comment: Done. ########## build.gradle: ########## @@ -831,6 +831,17 @@ project(':server') { implementation libs.metrics implementation libs.slf4jApi + implementation(libs.zookeeper) { Review Comment: Done. -- 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