GitHub user apurvam opened a pull request:
https://github.com/apache/kafka/pull/4057
KAFKA-6053: Fix NoSuchMethodError when creating ProducerRecords with older
client versions
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apurvam/kafka
KAFKA-6053-fix-no-such-method-error-in-producer-record
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4057.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 #4057
----
commit 221a96da1dc6221dd3f61786d5fc1119b6848a7f
Author: Apurva Mehta <[email protected]>
Date: 2017-10-11T16:58:44Z
Fix NoSuchMethodError when creating ProducerRecords with older client
versions
----
---