You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/29 20:35:12 UTC

[jira] [Commented] (KAFKA-3641) Fix RecordMetadata constructor backward compatibility

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

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

GitHub user granthenke opened 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 <gr...@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
>            Reporter: Grant Henke
>            Assignee: Grant Henke
>            Priority: Blocker
>
> 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)