[ https://issues.apache.org/jira/browse/KAFKA-3641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15264649#comment-15264649 ]
ASF GitHub Bot commented on KAFKA-3641: --------------------------------------- GitHub user granthenke reopened a pull request: https://github.com/apache/kafka/pull/1292 KAFKA-3641: Fix RecordMetadata constructor backward compatibility You can merge this pull request into a Git repository by running: $ git pull https://github.com/granthenke/kafka recordmeta-compat Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1292.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 #1292 ---- commit 7ab70a562df5b971d129434bbf0c57c699507a6a Author: Grant Henke <granthe...@gmail.com> Date: 2016-04-29T18:31:41Z KAFKA-3641: Fix RecordMetadata constructor backward compatibility ---- > Fix RecordMetadata constructor backward compatibility > ------------------------------------------------------ > > Key: KAFKA-3641 > URL: https://issues.apache.org/jira/browse/KAFKA-3641 > Project: Kafka > Issue Type: Bug > Affects Versions: 0.10.0.0 > Reporter: Grant Henke > Assignee: Grant Henke > Priority: Blocker > Fix For: 0.10.0.0 > > > The old RecordMetadata constructor from 0.9.0 should be added back and > deprecated in order to maintain backward compatibility. > {noformat} > public RecordMetadata(TopicPartition topicPartition, long baseOffset, long > relativeOffset) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)