[ https://issues.apache.org/jira/browse/KAFKA-3434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15209028#comment-15209028 ]
ASF GitHub Bot commented on KAFKA-3434: --------------------------------------- GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/1123 KAFKA-3434: add old constructor to ConsumerRecord You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-3434 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1123.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 #1123 ---- commit 8b172ca9d0c41a419a5a6ddccb606765fe2e3bb3 Author: Jason Gustafson <ja...@confluent.io> Date: 2016-03-23T19:50:19Z KAFKA-3434: add old constructor to ConsumerRecord ---- > Add old ConsumerRecord constructor for compatibility > ---------------------------------------------------- > > Key: KAFKA-3434 > URL: https://issues.apache.org/jira/browse/KAFKA-3434 > Project: Kafka > Issue Type: Bug > Components: consumer > Affects Versions: 0.10.0.0 > Reporter: Jason Gustafson > Assignee: Jason Gustafson > Fix For: 0.10.0.0 > > > After KIP-42, several new fields have been added to ConsumerRecord, all of > which are passed through the only constructor. It would be nice to add back > the old constructor for compatibility and convenience. -- This message was sent by Atlassian JIRA (v6.3.4#6332)