[ https://issues.apache.org/jira/browse/KAFKA-3086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15125822#comment-15125822 ]
Gwen Shapira commented on KAFKA-3086: ------------------------------------- Doesn't this change mean that MessageHandlers written for 0.9.0.0 will no longer work in 0.9.1.0? Since they implement the wrong API? At the VERY LEAST we need to warn about this in the docs, and I'd consider rolling this back to avoid backward-compatibility breakage. > 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 > Fix For: 0.9.1.0 > > > 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)