GitHub user auradkar opened a pull request:
https://github.com/apache/kafka/pull/1128
KAFKA-3427 - Broker should return correct version of FetchResponse on
exception
Merging the fix from: https://issues.apache.org/jira/browse/KAFKA-3427
The original version of the code, returned a response using V0 of the
response protocol. This caused clients to break because they expected the
throttle_time_ms field to be present.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/auradkar/kafka k-34
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1128.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 #1128
----
commit e1e3cf7ce20e1f0b58e602b48d8b974a64f60cd8
Author: Aditya Auradkar <[email protected]>
Date: 2016-03-24T00:15:56Z
KAFKA-3427: Broker should return correct version of fetch response on
exception
Merging fix from trunk.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---