-
Notifications
You must be signed in to change notification settings - Fork 22
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
Experiment virtual threads with reactor #1082
Comments
Cool! Please read completly virtual thread limitations regarding thread pinning and do an overall report here too. |
perf test result with virtual thread seems to be better but not much (99th: 919 vs 1194). I am not sure that the performance change is due to virtual thread or environment unstability. |
We likely can PR use of virtual threads in bounded elastic |
Status on this? |
Due to the other ticket I am currently doing, the sandbox environment is not available to conduct test. Will be back to this one after sandbox is recovered. |
Not urgent though |
Status please? If nothing happens on that then let's move it to backlog. |
I opened back this ticket by accident: still very relevant ;-) |
The current source code is Java 21 and it supports virtual threads,
We can experiment with it with reactor by setting the JVM argument
-Dreactor.schedulers.defaultBoundedElasticOnVirtualThreads=true
Try it on staging, run Gatling performance test, and compare before/after
ref: https://spring.io/blog/2023/10/31/what-new-is-coming-in-reactor-core-3-6-0
The text was updated successfully, but these errors were encountered: