terrymanu opened a new issue #5063: Remove default data source configuration URL: https://github.com/apache/incubator-shardingsphere/issues/5063 ShardingSphere can load all table meta data from data source and cache them into app memory currently. It is passable to route correct data source for each un-configured table meta data. The default data source is not useful anymore. We can **REMOVE** default data source from sharding rule to simplify user configuration. The tasks are: - [ ] Load un-configured table meta data with data source. - [ ] Route to correct data source for un-configured table. - [ ] Remove configuration of default data source in sharding rule.
---------------------------------------------------------------- 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] With regards, Apache Git Services
