Yaodong Yang created KAFKA-7740: ----------------------------------- Summary: Kafka Admin Client should be able to dynamically change the traffic quota configurations for users and clients Key: KAFKA-7740 URL: https://issues.apache.org/jira/browse/KAFKA-7740 Project: Kafka Issue Type: Improvement Components: clients Affects Versions: 2.1.0, 2.0.0, 1.1.1, 1.1.0 Environment: linux Reporter: Yaodong Yang
Right now, Kafka Admin Client only allow users to change the configuration of brokers and topics. There are some use cases that users want to setOrUpdate quota configurations for users and clients through Kafka Admin Client. Without this new capability, users have to manually talk to zookeeper for this, which will pose other challenges for customers. Considering we have already have the framework for the much complex brokers and topic configuration changes, it seems straightforward to add the support for the alterConfig and describeConfig for users and clients as well. -- This message was sent by Atlassian JIRA (v7.6.3#76005)