Re: kafka-producer-perf-test.sh - 0.8.2.1

2016-01-11 Thread Andrej Vladimirovich
ee in > your application (there is an option for that in the command line > options). > > -Jay > > On Mon, Jan 11, 2016 at 11:02 AM, Andrej Vladimirovich > wrote: > > Ewen, > > > > One more question. I mentioned that *kafka-run-class.sh > > org.apache.kafka.

Re: kafka-producer-perf-test.sh - 0.8.2.1

2016-01-11 Thread Andrej Vladimirovich
link with a > single thread, so usually using more threads isn't much help. If you still > need more throughput, you can just use more processes. > > -Ewen > > On Fri, Jan 8, 2016 at 1:24 PM, Andrej Vladimirovich < > udodizdu...@gmail.com> > wrote: >

Re: kafka-producer-perf-test.sh - 0.8.2.1

2016-01-08 Thread Andrej Vladimirovich
t; > On Fri, Jan 8, 2016 at 9:10 AM, Andrej Vladimirovich < > udodizdu...@gmail.com> > wrote: > > > Ewen, > > > > I tried that before like this: > > > > ./kafka-producer-perf-test.sh --broker-list test:9092 --topics test8-3 > > --messages 2

Re: kafka-producer-perf-test.sh - 0.8.2.1

2016-01-08 Thread Andrej Vladimirovich
a wrapper around > orga.apache.kafka.clients.tools.ProducerPerformance and all command line > options should be forwarded. Can you just pass a --producer-props to set > max.request.size to a larger value? > > -Ewen > > On Fri, Jan 8, 2016 at 7:51 AM, Andrej Vladimirovich <

kafka-producer-perf-test.sh - 0.8.2.1

2016-01-08 Thread Andrej Vladimirovich
Hi! I am testing Kafka's performance with large messages and would like to specify maximum request size when I run kafka-producer-perf-test.sh: ./kafka-producer-perf-test.sh --broker-list "test1:9092" --topics test8-3 --messages 100 --new-producer --msage-size 110 --show-detailed-stats I