File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
server/src/main/java/org/apache/kafka Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 167167 <allow pkg =" org.apache.kafka.server.common" />
168168 <allow pkg =" org.apache.kafka.server.fault" />
169169 <allow pkg =" org.apache.kafka.server.config" />
170+ <allow pkg =" org.apache.kafka.server.quota" />
170171 <allow pkg =" org.apache.kafka.server.util" />
171172 <allow pkg =" org.apache.kafka.test" />
172173 <subpackage name =" authorizer" >
Original file line number Diff line number Diff line change 378378import org .apache .kafka .common .requests .WriteShareGroupStateResponse ;
379379import org .apache .kafka .common .requests .WriteTxnMarkersRequest ;
380380import org .apache .kafka .common .requests .WriteTxnMarkersResponse ;
381+ import org .apache .kafka .server .network .Session ;
381382
382383import com .fasterxml .jackson .databind .JsonNode ;
383384import com .fasterxml .jackson .databind .node .BooleanNode ;
386387import com .fasterxml .jackson .databind .node .LongNode ;
387388import com .fasterxml .jackson .databind .node .ObjectNode ;
388389import com .fasterxml .jackson .databind .node .TextNode ;
389- import org .apache .kafka .server .network .Session ;
390390
391391import java .util .Optional ;
392392
Original file line number Diff line number Diff line change 2525import org .apache .kafka .common .metrics .stats .TokenBucket ;
2626import org .apache .kafka .common .requests .RequestHeader ;
2727import org .apache .kafka .common .utils .Time ;
28- import org .apache .kafka .server .network .Session ;
2928import org .apache .kafka .server .config .ClientQuotaManagerConfig ;
29+ import org .apache .kafka .server .network .Session ;
3030
3131import org .slf4j .Logger ;
3232import org .slf4j .LoggerFactory ;
You can’t perform that action at this time.
0 commit comments