[ 
https://issues.apache.org/jira/browse/KAFKA-924?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14011292#comment-14011292
 ] 

Jun Rao commented on KAFKA-924:
-------------------------------

All system tests are under system_test/. You can read the README file in that 
dir. If you run the following, it will run testcase_0001 locally. It fails 
currently because of the above issue.

python -u -B system_test_runner.py 2>&1 | tee system_test_output.log

> Specify console consumer properties via a single --property command line 
> parameter
> ----------------------------------------------------------------------------------
>
>                 Key: KAFKA-924
>                 URL: https://issues.apache.org/jira/browse/KAFKA-924
>             Project: Kafka
>          Issue Type: Bug
>            Reporter: Swapnil Ghike
>            Assignee: Sriharsha Chintalapani
>              Labels: newbie
>             Fix For: 0.8.2
>
>         Attachments: KAFKA-924.patch, KAFKA-924_2014-05-23_14:47:30.patch, 
> KAFKA-924_2014-05-27_14:51:31.patch
>
>
> Quoting Neha from KAFKA-917:
> I think the right way to add access to all consumer properties is to specify 
> it through a single --property command line parameter that takes in 
> "key1=value1,key2=value2,..." list. That will make sure we don't have to keep 
> changing console consumer as well add/remove config options on the consumer. 
> Some configs make sense to be top level for console consumer though. Things 
> like topic, from-beginning, groupid etc. Rest can be specified through the 
> "property" parameter. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to