-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
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
Spring Boot with Reactor Netty Performance Issue right after application started #1150
Comments
@cjr333 Would you be able to give us a reproducible example (please use the latest releases)? |
Thank you for your immediate reply. |
@cjr333 Could you please elaborate how you measured response time (ie what tool and config was used), that would be great. |
@ericbottard |
How can I configure Spring 3 to use quic? |
@douglashg I don't think that in Spring Boot there is an integration with |
I wrote a spring boot application and sample api. I found out the performance between 1st race(right after application started) and 2nd race(I think it is warmed up) was remarkably different. I guess it is caused some resources initialization - threads, direct byte buf, etc. But I can't find out exact cause and solution. I'm looking forward to your help and I want to know how many people had same experience.
[Specific Info]
Spring boot: 2.2.4
Reactor Netty: 0.9.4
Sample api: just return Mono.just(Collections.singletonList(1));
Test condition: request 3000 TPS during 30 seconds
Test Result: response time
The text was updated successfully, but these errors were encountered: