-
Notifications
You must be signed in to change notification settings - Fork 26.5k
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
[Feature] Hope that 'dubbo-spring-boot-starter' supports springboot's 'spring.threads.virtual.enabled' Virtual thread switch #15158
Comments
Would you like to support it? |
If |
Is it possible to add a new configuration to 'DubboDefaultPropertiesEnvironmentPostProcessor'? |
Which class is better to add this code to. DubboAutoConfiguration ? |
Use dubbo 3.3.3 |
Good idea, I think if user set 'spring.threads.virtual.enabled' to true, means that the user wish to use the virtual thread pool by default. Some suggestions, you can refer to this method of reading the name and write to the configuration here. |
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Descriptions
Hope that 'dubbo spring boot starter' supports springboot's 'spring.threads.virtual.enabled' Virtual thread switch
spring.threads.virtual.enabled: true Start the virtual thread
Related issues
No response
Are you willing to submit a pull request to fix on your own?
Code of Conduct
The text was updated successfully, but these errors were encountered: