[
https://issues.apache.org/jira/browse/KAFKA-2582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14908702#comment-14908702
]
ASF GitHub Bot commented on KAFKA-2582:
---------------------------------------
GitHub user hachikuji opened a pull request:
https://github.com/apache/kafka/pull/245
KAFKA-2582; ConsumerMetdata authorization error not returned to user
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hachikuji/kafka KAFKA-2582
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/245.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #245
----
commit 3bf93baa8259f32a254440b665450ea57b25e2b7
Author: Jason Gustafson <[email protected]>
Date: 2015-09-25T20:35:09Z
KAFKA-2582; ConsumerMetdata authorization error not returned to user
----
> ConsumerMetdata authorization error not returned to user
> --------------------------------------------------------
>
> Key: KAFKA-2582
> URL: https://issues.apache.org/jira/browse/KAFKA-2582
> Project: Kafka
> Issue Type: Sub-task
> Components: security
> Affects Versions: 0.9.0.0
> Reporter: Jason Gustafson
> Assignee: Jason Gustafson
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)