What is the rate of consuming message/sec for a consumer with 1 concurrency in spring cloud stream app with solace.
Just wondering what would be throughput / hour if there is just one consumer with 1 concurrency smoothly.
Using Physical Solace Appliances.
Hi @akg17 ,
The answer is not easy, because the throughput depends on your infrastructure.
Have you ever thought of doing a performance test with sdkperf ( https://docs.solace.com/API/SDKPerf/SDKPerf.htm )?
Use the sdkperf with the same protocol as your application does (e.g. JMS, MQTT,…) Run sdkperf as near as possible to the place where your application runs. With that setup, you can check the maximum throughput reachable in your environment.
Uli