Ben Stopford created KAFKA-4282:
-----------------------------------
Summary: View / Delete Replication Quotas via Config Command
EntityName Wildcards for Topic/Broker
Key: KAFKA-4282
URL: https://issues.apache.org/jira/browse/KAFKA-4282
Project: Kafka
Issue Type: Improvement
Affects Versions: 0.10.1.1
Reporter: Ben Stopford
It is likely that people will need a utility for checking if a quota is set and
removing it. This would be useful if something untoward happened, say the
throttle was not removed from a certain broker due to a network glitch at the
time of removal.
Currently it is possible to view and delete replication quota configs using the
config command, but you'd need to script up something that called the command
for each topic and each broker. It's also possible to delete the throttle for a
assignment using the ReassignPartitionsCommand but that requires an outstanding
assignment and matching json doc.
Thus it would be good to add something to the ConfigCommand that wrapped this
functionality.
Probably the best way would be to simply add wildcard support to the EntityName
field for Broker and Topic entity types.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)