linghengqian opened a new issue, #20912: URL: https://github.com/apache/shardingsphere/issues/20912
## Question **For English only**, other languages will not accept. Before asking a question, make sure you have: - Googled your question. - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues). - Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview). Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot reproduce it on current information, we will **close it** - I took a look at https://shardingsphere.apache.org/document/5.2.0/en/dev-manual/configuration/ and got some confusion. - `AlgorithmShardingRuleConfiguration` is `Used to convert algorithm-based sharding user configuration into sharding rule objects`, `ShardingRuleConfiguration` is `Used to convert sharding user configuration into sharding rule objects`, is there any difference in semantics? - I am a little surprised that the two classes are not in a parent-subclass relationship. Because I noticed that from ShardingSphere `5.1.2` to `5.2.0`, most of `AlgorithmShardingRuleConfiguration` was replaced by `ShardingRuleConfiguration`, which is reflected in the design of `org.apache.shardingsphere.mode.manager.ContextManager`. -- 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]
