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)