linghengqian opened a new issue, #21454: URL: https://github.com/apache/shardingsphere/issues/21454
## Feature Request **For English only**, other languages will not accept. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot make decision by current information, we will **close it**. Please answer these questions before submitting your issue. Thanks! ### Is your feature request related to a problem? - No. ### Describe the feature you would like. - As mentioned in https://shardingsphere.apache.org/document/5.2.0/en/user-manual/shardingsphere-proxy/yaml-config/props/ , if `proxy-hint-enabled` is set to `true` , Proxy's threading model will change from IO multiplexing to an independent thread for each request. -  - In JDK 19, there is a concept of virtual threads that is different from platform threads. Is it possible for us to change the use of platform threads in specific components to virtual threads to eliminate the problem of reducing the throughput of ShardingSphere Proxy? This may mean that the minimum compiled JDK version of some Proxy-related components has been upgraded to JDK19. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
