Re: For the pulsar performance testing

2021-07-05 Thread Sijie Guo
The throughput might be limited by the max outstanding requests if the produce latency is very high. What is the latency you observed from running the pulsar-perf tool? You can try to increase the max outstanding requests if your produce latency is high. But you might also increase the JVM memory

For the pulsar performance testing

2021-07-03 Thread ??????
Dear, I use the pulsar perf to test the service by the command: pulsar-perf produce topic1 -n 1 -t 10 -r 100, but the log shows that the Throughtput Produced just below 1, i need to test the service by higher message rate, how can i do ?