AntonyCheng opened a new issue, #31150: URL: https://github.com/apache/shardingsphere/issues/31150
# Version:shardingsphere-jdbc:5.5.0 + SpringBoot 2.7.18 &SpringBoot 3.2.5 # The Documentation:  # My Question: The YamlReadwriteSplittingRuleConfiguration.class has a prop: ``` java @Getter @Setter public final class YamlReadwriteSplittingRuleConfiguration implements YamlRuleConfiguration { private Map<String, YamlReadwriteSplittingDataSourceRuleConfiguration> dataSources = new LinkedHashMap<>(); private Map<String, YamlAlgorithmConfiguration> loadBalancers = new LinkedHashMap<>(); @Override public Class<ReadwriteSplittingRuleConfiguration> getRuleConfigurationType() { return ReadwriteSplittingRuleConfiguration.class; } } ``` So it should not be `dataSourceGroups` but `dataSources` here. Will this property be updated? -- 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]
