sandynz commented on issue #22790: URL: https://github.com/apache/shardingsphere/issues/22790#issuecomment-1345827026
@zt9788 > But once Spring Cloud (config) is used, when the DataSource attribute is dynamically configured > > The current way is too difficult > > If we can provide CreateDataSource(bean), we can manually create it after loading yaml ourselves Seems Spring support creating bean by method, could we just use `new ShardingSphereDataSource` to support `CreateDataSource(bean)`? -- 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]
