xunyard commented on issue #8736: URL: https://github.com/apache/shardingsphere/issues/8736#issuecomment-753783258
Hi @tristaZero, Thanks, more for your problem: 1. `LoadBalancedConnectionProxy` created when `loadbalance` presents in jdbc url, during connect process. It also cover the implement of balance based on strategy, such as random(default), bestResponseTime, serverAffinity. 2. `transaction` is necessary to focus, because `switch connection` executes surely at the end of `transaction`. Finally trigger ShardingSphere to run into Line 93 of `BackendConnection`. Email of my WeChat qrcode already sent to your email mentioned above from [email protected], hoping for your reply. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
