Chak Lee created KAFKA-3823: ------------------------------- Summary: QuickStart documentation is still showing MirrorMakers supports more than one consumer.config Key: KAFKA-3823 URL: https://issues.apache.org/jira/browse/KAFKA-3823 Project: Kafka Issue Type: Bug Components: website Affects Versions: 0.9.0.0 Reporter: Chak Lee Priority: Minor
On the official QuickStart documentation, the MirrorMaker section is still showing the following example: {code} bin/kafka-mirror-maker.sh --consumer.config consumer-1.properties --consumer.config consumer-2.properties --producer.config producer.properties --whitelist my-topic {code} However, the support for this is already dropped in KAFKA-1650. If you tried to run the above script, you will get the following error: {code} [2016-06-10 18:35:11,201] ERROR Exception when starting mirror maker. (kafka.tools.MirrorMaker$) joptsimple.MultipleArgumentsForOptionException: Found multiple arguments for option consumer.config, but you asked for only one {code} Please update the website's QuickStart section for MirrorMakers. Thanks. -- This message was sent by Atlassian JIRA (v6.3.4#6332)