You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/05/19 04:05:03 UTC

[GitHub] [pulsar-client-go] wolfstudy commented on issue #195: perf tools performance about 1/10 of java client

wolfstudy commented on issue #195:
URL: https://github.com/apache/pulsar-client-go/issues/195#issuecomment-630565948


   **Go client**
   
   produce perf:
   
   ```
   ./pulsar-perf produce -r 0 test-topic-3 --profile
   ```
   
   consume perf:
   
   ```
   ./pulsar-perf consume -s sub-test test-topic-3
   ```
   
   ![image (4)](https://user-images.githubusercontent.com/20965307/82283297-80b3d700-99c8-11ea-8721-11dd000b5e11.png)
   
   **Java client:**
   
   produce perf:
   
   ```
   ./bin/pulsar-perf produce -r 1000000 -s 1024 test-topic-10
   ```
   
   consume perf:
   
   ```
   ./bin/pulsar-perf consume -st Exclusive -s test-sub-name -q 10000 test-topic-10
   ```
   
   ![image (5)](https://user-images.githubusercontent.com/20965307/82283302-85788b00-99c8-11ea-8667-1853aa18ac22.png)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org