OmniaGM commented on code in PR #15159:
URL: https://github.com/apache/kafka/pull/15159#discussion_r1453859341
##########
checkstyle/import-control-core.xml:
##########
@@ -82,6 +82,7 @@
<allow pkg="kafka.log" />
<allow pkg="kafka.cluster" />
<allow pkg="kafka.server" />
+ <allow pkg="org.apache.kafka.server" />
Review Comment:
Remove it
##########
core/src/main/scala/kafka/server/ClientQuotaManager.scala:
##########
@@ -32,6 +32,7 @@ import org.apache.kafka.common.security.auth.KafkaPrincipal
import org.apache.kafka.common.utils.{Sanitizer, Time}
import org.apache.kafka.server.config.ConfigEntityName
import org.apache.kafka.server.quota.{ClientQuotaCallback, ClientQuotaEntity,
ClientQuotaType}
+import org.apache.kafka.server.config.ClientQuotaManagerConfig
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]