MINOR: Fix the CLIENT_QUOTA_CALLBACK_CLASS_CONFIG document (#18713)

See the discussion:

7fa0dfd72d (r1929621640)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Ken Huang 2025-05-23 23:49:26 +08:00 committed by GitHub
parent 7da9457b36
commit bbe27e65a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ public class QuotaConfig {
public static final String CLIENT_QUOTA_CALLBACK_CLASS_CONFIG = "client.quota.callback.class";
public static final String CLIENT_QUOTA_CALLBACK_CLASS_DOC = "The fully qualified name of a class that implements the ClientQuotaCallback interface, " +
"which is used to determine quota limits applied to client requests. " +
"By default, the &lt;user&gt; and &lt;client-id&gt quotas that are stored and applied. " +
"For any given request, the most specific quota that matches the user principal of the session and the client-id of the request is applied.";
public static final String LEADER_REPLICATION_THROTTLED_REPLICAS_CONFIG = "leader.replication.throttled.replicas";