Yes, the code in the 0.8.1 release just took those parameters listed in the usage. In trunk it will take arbitrary properties and pass them on as config to the producer. This let's you control more of the tunable configurations.
-Jay On Thu, Jul 3, 2014 at 1:00 PM, Guozhang Wang <wangg...@gmail.com> wrote: > Bredan, > > The syntax of the ProducerPerformance has changed, the producer configs now > can be set as property_name=value;property_name=value; .. > > > Guozhang > > > On Thu, Jul 3, 2014 at 12:02 PM, Schena, Brendan <brendan.sch...@fmr.com> > wrote: > >> Quick ? - I built kafka-0.8.1.1-src ( and then 0.8.1 for good measure) - >> when I run the first test "single thread, no replication" I see the >> following: >> >> USAGE: java org.apache.kafka.clients.tools.ProducerPerformance url >> num_records record_size >> >> I am using this syntax: >> >> /var/tmp/kafka-0.8.1.1-src/bin/kafka-run-class.sh >> org.apache.kafka.clients.tools.ProducerPerformance test7 50000000 100 -1 >> acks=1 bootstrap.servers=dojo3s20006.rtp1.hadoop.corp.com:9092 >> buffer.memory=67108864 batch.size=8196 >> >> Any one run into similar issue? >> >> Thanks, >> Brendan >> >> > > > -- > -- Guozhang