ocadaruma commented on issue #23121:
URL: https://github.com/apache/pulsar/issues/23121#issuecomment-2267554869

   @hpvd below is the pulsar-perf result on standalone pulsar.
   ```
   # No encryption
   % bin/pulsar-perf produce persistent://public/default/test-topic -r 
2147483647 -time 10
   ...
   Aggregated throughput stats --- 2590389 records sent --- 128708.152 msg/s 
--- 1005.532 Mbit/s
   
   # Encryption with SunJCE
   % bin/pulsar-perf produce persistent://public/default/test-topic -r 
2147483647 -time 10 -k test-key -v $PWD/test_ecdsa_pubkey.pem
   ...
   Aggregated throughput stats --- 2368008 records sent --- 117528.344 msg/s 
--- 918.190 Mbit/s
   
   # Encryption with BouncyCastle
   % bin/pulsar-perf produce persistent://public/default/test-topic -r 
2147483647 -time 10 -k test-key -v $PWD/test_ecdsa_pubkey.pem
   ...
   Aggregated throughput stats --- 410815 records sent --- 20478.432 msg/s --- 
159.988 Mbit/s
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to