Edward Capriolo created KAFKA-401: ------------------------------------- Summary: producer-perf-test does not enforce manditory arguments Key: KAFKA-401 URL: https://issues.apache.org/jira/browse/KAFKA-401 Project: Kafka Issue Type: Bug Reporter: Edward Capriolo
This "seems like it works" as in runs and does not produce error. {noformat} bin/kafka-producer-perf-test.sh --topic letsgo --messages 20 --message-size 10 --brokerinfo zk.connect=127.0.0.2 --show-detailed-stats --threads 1 {noformat} But it does not actually produce messages until you specify a batch size --batch-size 10 -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira