You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jakub Scholz (Jira)" <ji...@apache.org> on 2022/11/04 13:52:00 UTC

[jira] [Created] (KAFKA-14357) Make it possible to batch describe requests in the Kafka Admin API

Jakub Scholz created KAFKA-14357:
------------------------------------

             Summary: Make it possible to batch describe requests in the Kafka Admin API
                 Key: KAFKA-14357
                 URL: https://issues.apache.org/jira/browse/KAFKA-14357
             Project: Kafka
          Issue Type: Improvement
            Reporter: Jakub Scholz


The Admin API has several methods to describe different objects such as ACLs, Quotas or SCRAM-SHA users. But these API seem to be usable only in one for the two modes:
 * Query or one users ACLs / Quotas / SCRAM-SHA credentials
 * Query all existing ACLs / Quotas / SCRAM-SHA credentials

But there seems to be no way how to batch the describe requests for multiple users. E.g. {_}describe ACLs of users Joe, John and Mike{_}. It would be nice to have such option as it might make it easier for applications using the Admin API to make less different API calls.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)