You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Grant Henke (JIRA)" <ji...@apache.org> on 2016/04/29 01:15:13 UTC

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

Grant Henke created KAFKA-3641:
----------------------------------

             Summary: 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)