Re: MirrorMaker among different version Kafkas

2015-01-14 Thread Guozhang Wang
Since 0.8 has backward incompatible protocol definition with 0.7, to mirror data between such two DCs you need to use this data migration tool: https://cwiki.apache.org/confluence/display/KAFKA/Migrating+from+0.7+to+0.8 Moving forward from 0.8 you should be able to use a MM to mirror between diff

MirrorMaker among different version Kafkas

2015-01-06 Thread Wei Yan
Hi, guys, Want to confirm whether the mirrormaker supports different versions of kafka. For example, if DC1 uses Kafka-0.8 and DC2 uses Kafka-0.7, does DC1 can mirrormake DC2’s messages? It looks this cannot work in my local test. If not work, is there any candidate ways for replicating msgs amon