Jakub created KAFKA-9104:
----------------------------

             Summary: Allow AdminClient to manage users resources
                 Key: KAFKA-9104
                 URL: https://issues.apache.org/jira/browse/KAFKA-9104
             Project: Kafka
          Issue Type: Improvement
          Components: admin
    Affects Versions: 2.3.1
            Reporter: Jakub


Right now, AdminClient only supports 
* TopicResource
* GroupResource
* ClusterResource
* BrokerResource

 

It's important for our automation environment to also support User resources, 
since as of right now only way for to manage different users is to run 
{code:java}
kafka-configs 
--alter 
--add-config 'producer_byte_rate=XXXXXXX,consumer_byte_rate=XXXXXXX'     
--entity-type users 
--entity-name XXXXXXXXXXXXXx
{code}
which is not feasible in automated way per each user.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to