Hi Experts, I am trying to replicate data between different data centers using mirror maker tool.
kafka-run-class.bat kafka.tools.MirrorMaker --consumer.config consumer.properties --producer.config producer.properties --whitelist * Can someone provide the sample consumer.properties and producer.properties that we use for the above? I have tried using the below configs, seems i am missing something.. Producer configs: bootstrap.servers=us1s-cspapsv15:9097 producer.type = async connect.timeout.ms = 10000 request.required.acks = 0 zookeeper.connect = us1s-cspapsv15:2181 serializer.class = kafka.serializer.DefaultEncoder Consumer configs: bootstrap.servers=c015cjqcmap01:9095 zookeeper.connect=c015cjqcmap01:2181 group.id=test-consumer-group zookeeper.sync.time.ms = 2000 zookeeper.session.timeout.ms = 2000 zookeeper.connection.timeout.ms = 6000 Also to check the consumer position, I have tried using kafka.tools.ConsumerOffsetChecker, seems it is no longer supported in 0.9 release.. Can some one tell me on how to check the consumer position in 0.9 release? Thanks, Prabhu Thanks, Prabhu On Wed, Mar 9, 2016 at 3:26 PM, prabhu v <prabhuvrajp...@gmail.com> wrote: > Hi Experts, > > I am trying to mirror > > > > > -- > Regards, > > Prabhu.V > > -- Regards, Prabhu.V