You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jakub (Jira)" <ji...@apache.org> on 2019/10/25 07:02:00 UTC

[jira] [Created] (KAFKA-9104) Allow AdminClient to manage users resources

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)