We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Akka-grpc: 2.1.3 Akka-http: 10.2.7 Akka version: 2.6.18
When using the akka-http backend that serving requests are not affected.
Serving requests has seconds longs spikes under heavy load.
Fairly easy to reproduce, have a server that times out internal requests to a client at 50 ms.
The only difference in these screen shots during a load test is the choice of backend
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Versions used
Akka-grpc: 2.1.3
Akka-http: 10.2.7
Akka version: 2.6.18
Expected Behavior
When using the akka-http backend that serving requests are not affected.
Actual Behavior
Serving requests has seconds longs spikes under heavy load.
Reproducible Test Case
Fairly easy to reproduce, have a server that times out internal requests to a client at 50 ms.
The only difference in these screen shots during a load test is the choice of backend
Using netty backend
Using akka-http backend
The text was updated successfully, but these errors were encountered: