You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jay Kreps (JIRA)" <ji...@apache.org> on 2015/02/08 00:47:34 UTC

[jira] [Resolved] (KAFKA-178) Simplify the brokerinfo argument to the producer-perf-test.sh

     [ https://issues.apache.org/jira/browse/KAFKA-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jay Kreps resolved KAFKA-178.
-----------------------------
    Resolution: Invalid

> 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.0
>            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 was sent by Atlassian JIRA
(v6.3.4#6332)