yflytom opened a new issue, #29753: URL: https://github.com/apache/shardingsphere/issues/29753
shardingjdbc 5.1 Phenomenon: How can shardingjdbc not configure data sources, but use dynamic dynamic data sources? Now I do not configure shardingjdbc’s data sources. I only configure the sub-table rules. If multiple data sources are configured dynamically, an error will be reported: Data sources cannot be empty. My requirement is: Is it possible to use dynamic configuration without configuring the data source information of shardingjdbc, and automatically use the current data source when querying? When the table to be queried matches the configured shardingjdbc table, use the sub-table, but the data The source uses the current data source. Is it possible to do this? Thank you so much! 避免机翻不好理解:中文 现象:shardingjdbc如何不配置数据源,而是使用dynamic的动态数据源,我现在不配置shardingjdbc的数据源,只配置了分表规则,dynamic配置了多个数据源,就会报错:Data sources cannot be empty. 我的需求是:是否可以不配置shardingjdbc的数据源信息,使用dynamic的动态配置,当查询的时候自动使用当前的数据源,当要查询的表符合配置的shardingjdbc表时,使用分表,但是数据源就使用当前的数据源,是否可以做到这种操作 error msg:  config yml   -- 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]
