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 2022/09/12 15:35:14 UTC

[kafka] branch 3.3 updated: KAFKA-14216: Remove ZK reference from org.apache.kafka.server.quota.ClientQuotaCallback javadoc (#12617)

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

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


The following commit(s) were added to refs/heads/3.3 by this push:
     new e0297e3ba6 KAFKA-14216: Remove ZK reference from org.apache.kafka.server.quota.ClientQuotaCallback javadoc (#12617)
e0297e3ba6 is described below

commit e0297e3ba618d98b158ec41a6d4a3d0626bac247
Author: Colin Patrick McCabe <cm...@apache.org>
AuthorDate: Mon Sep 12 08:34:46 2022 -0700

    KAFKA-14216: Remove ZK reference from org.apache.kafka.server.quota.ClientQuotaCallback javadoc (#12617)
    
    Reviewers: Luke Chen <sh...@gmail.com>
---
 .../main/java/org/apache/kafka/server/quota/ClientQuotaCallback.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/clients/src/main/java/org/apache/kafka/server/quota/ClientQuotaCallback.java b/clients/src/main/java/org/apache/kafka/server/quota/ClientQuotaCallback.java
index 210e9f4584..bb1a5deafe 100644
--- a/clients/src/main/java/org/apache/kafka/server/quota/ClientQuotaCallback.java
+++ b/clients/src/main/java/org/apache/kafka/server/quota/ClientQuotaCallback.java
@@ -55,7 +55,7 @@ public interface ClientQuotaCallback extends Configurable {
 
     /**
      * Quota configuration update callback that is invoked when quota configuration for an entity is
-     * updated in ZooKeeper. This is useful to track configured quotas if built-in quota configuration
+     * updated in the quorum. This is useful to track configured quotas if built-in quota configuration
      * tools are used for quota management.
      *
      * @param quotaType   Type of quota being updated
@@ -66,7 +66,7 @@ public interface ClientQuotaCallback extends Configurable {
 
     /**
      * Quota configuration removal callback that is invoked when quota configuration for an entity is
-     * removed in ZooKeeper. This is useful to track configured quotas if built-in quota configuration
+     * removed in the quorum. This is useful to track configured quotas if built-in quota configuration
      * tools are used for quota management.
      *
      * @param quotaType   Type of quota being updated