GitHub user vahidhashemian opened a pull request:

    https://github.com/apache/kafka/pull/2653

    MINOR: Update possible errors in OffsetFetchResponse

    Note: None of the use cases for offset fetch would lead to a 
`TOPIC_AUTHORIZATION_FAILED` error (fetching offset of an unauthorized 
partition would return an `UNKNOWN_TOPIC_OR_PARTITION` error). That is why that 
it is being removed from the `PARTITION_ERRORS` list.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vahidhashemian/kafka 
minor/update_possible_errors_in_offset_fetch_response

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/2653.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 #2653
    
----
commit 6e6406302211b31cfabbee660b23b31f018ddefa
Author: Vahid Hashemian <vahidhashem...@us.ibm.com>
Date:   2017-03-07T23:16:33Z

    MINOR: Update possible errors in OffsetFetchResponse
    
    Note: None of the use cases for offset fetch would lead to a 
`TOPIC_AUTHORIZATION_FAILED` error (fetching offset of an unauthorized 
partition would return an `UNKNOWN_TOPIC_OR_PARTITION` error). That is why that 
it is being removed from the `PARTITION_ERRORS` list.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to