TeslaCN opened a new issue, #25209: URL: https://github.com/apache/shardingsphere/issues/25209
## API changes The property `proxy-backend-executor-suitable` was introduced from https://github.com/apache/shardingsphere/pull/12474. It is used for improving Proxy performance in scenario with fixed number of frontend connections. But blocking Netty EventLoop might cause troubles. Consider the following points, I'm going to remove this API since 5.4.0: 1. It requires users to understand how Netty and ShardingSphere-Proxy work. It might cause have serious side effects if misuse. 1. In scenarios where the number of frontend connections changes frequently, it may cause latency behavior unexpectedly. 1. The variable naming might mislead users. -- 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]
