Simplify the brokerinfo argument to the producer-perf-test.sh
-------------------------------------------------------------

                 Key: KAFKA-178
                 URL: https://issues.apache.org/jira/browse/KAFKA-178
             Project: Kafka
          Issue Type: Improvement
    Affects Versions: 0.8
            Reporter: Jay Kreps


Currently:
jkreps-mn:kafka-git jkreps$ bin/kafka-producer-perf-test.sh 
Missing required argument "[brokerinfo]"
Option                                  Description                            
------                                  -----------                            
...        
--brokerinfo <broker.list=brokerid:     REQUIRED: broker info (either from     
  hostname:port or zk.connect=host:       zookeeper or a list.                 
  port>      
...

This is kind of confusing and doesn't match the other scripts. I would like to 
change it to 
  --zookeeper zk_connect_string
  --broker-list id1:host1:port1,id2:host2:port2,...
and require that one of these be specified.

--
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

        

Reply via email to