Async HTTP Cients - Warm Up #3659
Unanswered
jonathannaguin
asked this question in
Q&A
Replies: 2 comments
-
For comparison purposes, I tried with AwsCrtAsyncHttpClient and I get a different exception when running the load test script:
It runs a bit longer than the Netty version, however same behaviour: if I re-run the load test, the application is able to cope with the load without exceptions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is the configuration I used for AwsCrtAsyncHttpClient:
And for Netty:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am running a Spring Webflux application that makes use of the Async SDK 2 clients, in particular, DynamoDB and SQS.
When running load tests against this application, I noticed some weird behaviour:
It appears something gets warmed up on the first load which makes it smooth for the second load.
I haven't found anything on the documentation that would explain this behaviour, any help would be appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions