[ 
https://issues.apache.org/jira/browse/KAFKA-5960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16182999#comment-16182999
 ] 

ASF GitHub Bot commented on KAFKA-5960:
---------------------------------------

GitHub user hachikuji opened a pull request:

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

    MINOR: Follow-up cleanup of KAFKA-5960

    

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

    $ git pull https://github.com/hachikuji/kafka version-fix-followup

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

    https://github.com/apache/kafka/pull/3976.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 #3976
    
----
commit 1e7e98782841847f07d8d5a51dec9831785c607b
Author: Jason Gustafson <ja...@confluent.io>
Date:   2017-09-27T18:06:35Z

    MINOR: Follow-up cleanup of KAFKA-5960

----


> Producer uses unsupported ProduceRequest version against older brokers
> ----------------------------------------------------------------------
>
>                 Key: KAFKA-5960
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5960
>             Project: Kafka
>          Issue Type: Bug
>          Components: producer 
>            Reporter: Jason Gustafson
>            Assignee: Jason Gustafson
>            Priority: Blocker
>             Fix For: 1.0.0
>
>
> Reported recently errors from a trunk producer on an 0.11.0.0 broker:
> {code}
> org.apache.kafka.common.errors.UnsupportedVersionException: The broker does 
> not support the requested version 5 for api PRODUCE. Supported versions are 0 
> to 3.
> {code}
> This is likely a regression introduced in KAFKA-5793. We should be using the 
> latest version that the broker supports.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to