You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by cm...@apache.org on 2023/04/27 19:13:26 UTC

[kafka] branch 3.5 updated (202442b86a6 -> 33962e8ba14)

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

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


    from 202442b86a6 KAFKA-14666: Add MM2 in-memory offset translation index for offsets behind replication (#13429)
     add 33962e8ba14 KAFKA-14943: Fix ClientQuotaControlManager validation

No new revisions were added by this update.

Summary of changes:
 .../common/config/internals/QuotaConfigs.java      |  22 +--
 .../main/scala/kafka/server/DynamicConfig.scala    |   4 +-
 .../controller/ClientQuotaControlManager.java      |  76 +++++----
 .../controller/ClientQuotaControlManagerTest.java  | 181 +++++++++++++++++++++
 4 files changed, 240 insertions(+), 43 deletions(-)