Description
The current authorization implementation for the ConsumerMetadata request throws AuthorizationException, but the exception handler does not convert this to an authorization error. Instead, the handler in ConsumerMetdataRequest converts all exceptions to ConsumerCoordinatoryNotAvailable, which would cause the client to continue retrying indefinitely.