kafka/checkstyle
jiao e3ccf20794 KAFKA-9685: Solve Set concatenation perf issue in AclAuthorizer
To dismiss the usage of operation ++ against Set which is slow when Set has many entries. This pr introduces a new class 'AclSets' which takes multiple Sets as parameters and do 'find' against them one by one. For more details about perf and benchmark, refer to [KAFKA-9685](https://issues.apache.org/jira/browse/KAFKA-9685)

Author: jiao <jiao.zhang@linecorp.com>

Reviewers: Manikumar Reddy <manikumar.reddy@gmail.com>

Closes #8261 from jiao-zhangS/jira-9685
2020-03-13 20:53:29 +05:30
..
.scalafmt.conf
checkstyle.xml
import-control-core.xml KAFKA-9106 make metrics exposed via jmx configurable (#7674) 2020-02-13 10:21:14 -08:00
import-control-jmh-benchmarks.xml KAFKA-9685: Solve Set concatenation perf issue in AclAuthorizer 2020-03-13 20:53:29 +05:30
import-control.xml KAFKA-9556; Fix two issues with KIP-558 and expand testing coverage (#8085) 2020-02-14 14:34:34 -08:00
java.header
suppressions.xml KAFKA-9615: Clean up task/producer create and close (#8213) 2020-03-05 14:20:46 -06:00