mirror of https://github.com/apache/kafka.git
CI / build (push) Waiting to run
Details
* Add new functions `listConfigResources(Set<ConfigResource.Type> configResourceTypes, ListConfigResourcesOptions options)` and `listConfigResources()` to `Admin` interface. * New functions can list all kind of config resource types. * If input is a set with a type other than `CLIENT_METRICS` and request version is 0, return `UnsupportedVersionException`. * Deprecate functions `listClientMetricsResources(ListClientMetricsResourcesOptions options)` and `listClientMetricsResources()`. * Deprecate classes `ListClientMetricsResourcesResult` and `ClientMetricsResourceListing`. * Change `ClientMetricsCommand` to use `listConfigResources`. * Add integration tests to `PlaintextAdminIntegrationTest.java`. * Add unit tests to `KafkaAdminClientTest.java`. Reviewers: Andrew Schofield <aschofield@confluent.io> --------- Signed-off-by: PoAn Yang <payang@apache.org> |
||
---|---|---|
.. | ||
src | ||
tools-api/src | ||
.gitignore |