Browse Source

KAFKA-15239: Fix ThroughputThrottler import-control (#14188)

Reviewers: Chris Egerton <chrise@aiven.io>
pull/14189/head
Greg Harris 1 year ago committed by GitHub
parent
commit
ab60bce090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      checkstyle/import-control.xml

3
checkstyle/import-control.xml

@ -570,6 +570,8 @@ @@ -570,6 +570,8 @@
<allow pkg="javax.ws.rs" />
<allow pkg="org.apache.http"/>
<allow pkg="org.eclipse.jetty.util"/>
<!-- for tests -->
<allow pkg="org.apache.kafka.server.util" />
</subpackage>
<subpackage name="json">
@ -589,6 +591,7 @@ @@ -589,6 +591,7 @@
<subpackage name="tools">
<allow pkg="org.apache.kafka.connect" />
<allow pkg="org.apache.kafka.server.util" />
<allow pkg="com.fasterxml.jackson" />
</subpackage>

Loading…
Cancel
Save