Hello,
$KAFKA_HOME1/bin/kafka-run-class.sh kafka.tools.MirrorMaker --consumer.config $KAFKA_HOME1/config/mmConsumer.config --num.streams 3 --producer.config $KAFKA_HOME1/config/mmProducer.config --whitelist="mmtopic" --abort.on.send.failure true
[2017-06-20 14:49:08,190] WARN block.on.buffer.full config is deprecated and will be removed soon. Please use max.block.ms (org.apache.kafka.clients.producer.KafkaProducer)
[2017-06-20 14:49:08,244] WARN The configuration queue.time = 1000000 was supplied but isn't a known config. (org.apache.kafka.clients.producer.ProducerConfig)
[2017-06-20 14:49:08,244] WARN The configuration queue.enqueue.timeout.ms = -1 was supplied but isn't a known config. (org.apache.kafka.clients.producer.ProducerConfig)
[2017-06-20 14:49:08,244] WARN The configuration producer.type = async was supplied but isn't a known config. (org.apache.kafka.clients.producer.ProducerConfig)
Kafka version -> 0.9
Producer config :
bootstrap.servers=localhost:7092,localhost:7093,localhost:7094,localhost:7095
producer.type=async
queue.time=1000000
Consumer config :
zookeeper.connect=localhost:2181
#zk.connectiontimeout.ms=1000000
zookeeper.connection.timeout.ms=1000000
#bootstrap.servers=localhost:9092,localhost:9093,localhost:9094,localhost:9095
#security.protocol=PLAINTEXTSASL
group.id=kafka-mirror
bootstrap.servers=localhost:7092,localhost:7093,localhost:7094,localhost:7095
are you pointing to the IP address/host name of the Destination Kafka on which you are running Mirror maker?
In the Consumer config :
#bootstrap.servers=localhost:9092,localhost:9093,localhost:9094,localhost:9095
are you pointing to the Primary ZK IP address/host name?
Please provide me the config/server.properties config and can cross check.
I had similar MM error messages on 0.9.0.1, when the local.host setting was set to IP address, so had to force it to localhost. Also on the Consumer and Producer configs, had bare minimum config entries ( 2 entries for the consumer (pointing to Primary ZK and GroupID config) and 1 entry on the producer pointing to the destination Kafka ) and got it working. I was able to get large DB tables backed up on the destination Kafka and it works great now.
Also, try running the MM command with the wildcard ".*' on the topic.
Hope this helps.
Thanks and Regards,
Mohan
--
You received this message because you are subscribed to a topic in the Google Groups "Confluent Platform" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/confluent-platform/tX2WWUF8o20/unsubscribe.
To unsubscribe from this group and all its topics, send an email to confluent-platform+unsub...@googlegroups.com.
To post to this group, send email to confluent-platform@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/confluent-platform/2afecd02-141e-442e-81a3-ec83a903b90d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.