KIP-823 — Update Admin::describeConfigs to allow fetching specific configurations
Discussion Admin
Extends `AdminClient.describeConfigs()` to accept an optional set of specific config key names within a `ConfigResource`, returning only those keys rather than all configurations. Currently the API always returns the entire config set for a resource, which is wasteful over large broker or topic configs when callers only need a small subset.
Protocol Impact
Details
| Author | Vikas Singh |
| Status | Discussion |
| JIRA | KAFKA-13517 |
| Wiki | View on Apache Wiki |
| Created | 2022-02-20 |
| Last Modified | 2022-02-21 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.