You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by rs...@apache.org on 2020/07/21 14:49:21 UTC

[kafka] branch trunk updated (c38825a -> b63fecb)

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

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


    from c38825a  KAFKA-9432:(follow-up) Set `configKeys` to null in `describeConfigs()` to make it backward compatible with older Kafka versions.
     add b63fecb  MINOR; Move quota integration tests to using the new quota API. (#8954)

No new revisions were added by this update.

Summary of changes:
 .../integration/kafka/api/BaseQuotaTest.scala      | 40 +++++++++++++----
 .../integration/kafka/api/ClientIdQuotaTest.scala  | 45 ++++++++++---------
 .../kafka/api/CustomQuotaCallbackTest.scala        | 25 +++++++----
 .../kafka/api/UserClientIdQuotaTest.scala          | 51 ++++++++++++----------
 .../integration/kafka/api/UserQuotaTest.scala      | 37 +++++++++-------
 5 files changed, 124 insertions(+), 74 deletions(-)