[ https://issues.apache.org/jira/browse/KAFKA-3086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15093843#comment-15093843 ]
ASF GitHub Bot commented on KAFKA-3086: --------------------------------------- GitHub user Mszak opened a pull request: https://github.com/apache/kafka/pull/758 KAFKA-3086: Remove unused method. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Mszak/kafka kafka-3086 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/758.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 #758 ---- commit 8c0e6da39c1f94f6786de3ae6a2de765ef88dbad Author: Jakub Nowak <jakub.nowa...@interia.pl> Date: 2016-01-12T12:58:18Z Remove unused method. ---- > unused handle method in MirrorMakerMessageHandler > ------------------------------------------------- > > Key: KAFKA-3086 > URL: https://issues.apache.org/jira/browse/KAFKA-3086 > Project: Kafka > Issue Type: Improvement > Affects Versions: 0.9.0.0 > Reporter: Jun Rao > Assignee: Jakub Nowak > Labels: newbie > > The following method is never used by MirrorMaker. > trait MirrorMakerMessageHandler { > def handle(record: MessageAndMetadata[Array[Byte], Array[Byte]]): > util.List[ProducerRecord[Array[Byte], Array[Byte]]] -- This message was sent by Atlassian JIRA (v6.3.4#6332)