You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ma...@apache.org on 2020/03/02 20:22:12 UTC

[kafka] branch trunk updated (ea0c027 -> 8dff0b1)

This is an automated email from the ASF dual-hosted git repository.

manikumar pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from ea0c027  MINOR: Clean up process rate and latency metrics test (#8172)
     add 8dff0b1  Kafka 9626: Improve ACLAuthorizer.acls() performance

No new revisions were added by this update.

Summary of changes:
 checkstyle/import-control-jmh-benchmarks.xml       |   2 +-
 .../kafka/security/authorizer/AclAuthorizer.scala  |  23 ++--
 gradle/spotbugs-exclude.xml                        |   4 +
 .../kafka/jmh/acl/AclAuthorizerBenchmark.java      | 119 +++++++++++++++++++++
 4 files changed, 138 insertions(+), 10 deletions(-)
 create mode 100644 jmh-benchmarks/src/main/java/org/apache/kafka/jmh/acl/AclAuthorizerBenchmark.java