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

Reviewers: Chris Egerton <chrise@aiven.io>
This commit is contained in:
Greg Harris 2023-08-10 16:53:49 -07:00 committed by GitHub
parent 821954e569
commit ab60bce090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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 @@
<subpackage name="tools">
<allow pkg="org.apache.kafka.connect" />
<allow pkg="org.apache.kafka.server.util" />
<allow pkg="com.fasterxml.jackson" />
</subpackage>