sunjiabo opened a new issue #2966: The document is not up to date URL: https://github.com/apache/incubator-shardingsphere/issues/2966 https://shardingsphere.apache.org/document/current/cn/manual/sharding-jdbc/usage/sharding/ TableRuleConfiguration orderTableRuleConfig = new TableRuleConfiguration(); orderTableRuleConfig.setLogicTable("t_order"); orderTableRuleConfig.setActualDataNodes("ds${0..1}.t_order${0..1}"); But, these two properties are final.
---------------------------------------------------------------- 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
