strcpy-s opened a new issue, #36904: URL: https://github.com/apache/shardingsphere/issues/36904
I've noticed that all real data sources defined in the YAML configuration are instantiated and wrapped into a ShardingSphereDataSource, which is then stored in ShardingSphereDriver. DriverDataSourceCache. However, this entire process happens outside of Spring Boot's control. As a result, these actual data source instances are not managed by the Spring container, making them inaccessible via standard Spring dependency injection. So my question is: Is there a recommended way to access these real data sources from within the Spring application context? Or can we make them Spring-managed? -- 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]
