[
https://issues.apache.org/jira/browse/KAFKA-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14953856#comment-14953856
]
ASF GitHub Bot commented on KAFKA-2209:
---------------------------------------
GitHub user auradkar opened a pull request:
https://github.com/apache/kafka/pull/298
KAFKA-2209 - Change quotas dynamically using DynamicConfigManager
Changes in this patch are:
1. ClientIdConfigHandler now passes through the config changes to the quota
manager.
2. Removed static KafkaConfigs for quota overrides. These are no longer
needed since we can override configs through ZooKeeper.
3. Added testcases to verify that the config changes are propogated from ZK
(written using AdminTools) to the actual Metric objects.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/auradkar/kafka K-2209
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/298.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #298
----
commit 4a1914d86e37f32a5efae2b1840015f4dea4c139
Author: Aditya Auradkar <[email protected]>
Date: 2015-10-12T18:39:20Z
KAFKA-2209 - Dynamically change quotas per clientId
commit 42e8412f82d1199289ac2fa327502de43eb831d7
Author: Aditya Auradkar <[email protected]>
Date: 2015-10-12T22:08:39Z
Minor fixes
commit dfe35e2941ef76e5eb47b355296d3aa8c4a0e3f0
Author: Aditya Auradkar <[email protected]>
Date: 2015-10-12T22:11:38Z
Minor change
----
> Change client quotas dynamically using DynamicConfigManager
> -----------------------------------------------------------
>
> Key: KAFKA-2209
> URL: https://issues.apache.org/jira/browse/KAFKA-2209
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Aditya Auradkar
> Assignee: Aditya Auradkar
> Labels: quotas
>
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-21+-+Dynamic+Configuration
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)