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/09 23:37:00 UTC

[kafka] branch KAFKA-14216 created (now 654f6aa44c)

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

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


      at 654f6aa44c KAFKA-14216: Remove ZK reference from org.apache.kafka.server.quota.ClientQuotaCallback javadoc

This branch includes the following new commits:

     new 654f6aa44c KAFKA-14216: Remove ZK reference from org.apache.kafka.server.quota.ClientQuotaCallback javadoc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[kafka] 01/01: KAFKA-14216: Remove ZK reference from org.apache.kafka.server.quota.ClientQuotaCallback javadoc

Posted by cm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 654f6aa44c947b71f041d1c3d74f578ffdc52b0b
Author: Colin P. McCabe <cm...@apache.org>
AuthorDate: Fri Sep 9 16:36:14 2022 -0700

    KAFKA-14216: Remove ZK reference from org.apache.kafka.server.quota.ClientQuotaCallback javadoc
---
 .../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