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 2022/03/19 11:17:45 UTC

[GitHub] [pulsar] Jason918 edited a comment on pull request #14494: [PIP-74] Support auto scaled consumer receiver queue

Jason918 edited a comment on pull request #14494:
URL: https://github.com/apache/pulsar/pull/14494#issuecomment-1072991108


   Here is a test with `bin/pulsar-perf` on local standalone server to confirm the effect of this PR.
   
   ## Single topic consumer
   ```
   bin/pulsar-perf consume -aq -q 1000000 persistent://public/default/test
   bin/pulsar-perf produce -r $RATE -s 128 -bm 0 -time 60 persistent://public/default/test
   ```
   | Rate | Final receiver queue size |
   | - | - |
   | 1 | 2 |
   | 10 | 2 |
   | 100 | 4 |
   | 1000 | 32 |
   | 10000 | 512 |


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

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