Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down