AndrewJSchofield opened a new pull request, #21385: URL: https://github.com/apache/kafka/pull/21385
KIP-1142 introduced `Admin.listConfigResources()` for listing resources which have configurations, but which may not actually exist as run-time entities such as consumer groups which have not yet had any members. Internally, this works by using v1 of the `LIST_CONFIG_RESOURCES` RPC which is only supported in AK 4.1 and later. As a result, if you try to describe the config for groups with older brokers, they do not support v1 of the RPC and fail with `UnsupportedVersionException`. This PR handles the exception in the config tool since the exception is harmless and gives the same behaviour as we used to get with earlier versions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
