Azure Service Fabric InvokeWithRetryAsync huge overhead
问题 I'm currently working on a Service Fabric microservice which needs to have a high throughput. I wondered why I'm not able to achieve more than 500 1KB messages per second on my workstation using loopback. I removed all the business logic and attached a performance profiler, just to measure end to end performance. It seems that ~96% of the time is spent resolving the Client and only ~2% doing the actual Http requests. I'm invoking "Send" in a tight loop for the test: private