sandynz opened a new issue, #15290: URL: https://github.com/apache/shardingsphere/issues/15290
## Feature Request ### Is your feature request related to a problem? No ### Describe the feature you would like. Currently, when creating a new `ShardingSphereDataSource`, XA is enabled by default, XA feature will be initialized. Scaling will create new `ShardingSphereDataSource`, but XA is not necessary for scaling, it's better to disable XA for scaling for better performance and avoid possible XA connection leak (e.g. #13479). TODO: 1. Refactor `ShardingSphereDataSource`, make it possible to configure XA enabled or not when initializing `ShardingSphereDataSource`. 2. Initialize `ShardingSphereDataSource` with XA disabled. -- 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]
