You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2017/01/16 10:58:26 UTC

[jira] [Resolved] (KAFKA-4622) KafkaConsumer does not properly handle authorization errors from offset fetches

     [ https://issues.apache.org/jira/browse/KAFKA-4622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ismael Juma resolved KAFKA-4622.
--------------------------------
    Resolution: Fixed

Issue resolved by pull request 2384
[https://github.com/apache/kafka/pull/2384]

> KafkaConsumer does not properly handle authorization errors from offset fetches
> -------------------------------------------------------------------------------
>
>                 Key: KAFKA-4622
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4622
>             Project: Kafka
>          Issue Type: Bug
>          Components: consumer
>    Affects Versions: 0.9.0.1, 0.10.0.1, 0.10.1.1
>            Reporter: Jason Gustafson
>            Assignee: Jason Gustafson
>             Fix For: 0.10.2.0
>
>
> It's possible to receive both group and topic authorization exceptions from an OffsetFetch, but the consumer currently treats this as generic unexpected errors. We should probably return {{GroupAuthorizationException}} and {{TopicAuthorizationException}} to be consistent with the other consumer APIs. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)