sandynz opened a new issue, #22821: URL: https://github.com/apache/shardingsphere/issues/22821
## Feature Request ### Is your feature request related to a problem? No ### Describe the feature you would like. Currently, [Metadata Repository]( https://shardingsphere.apache.org/document/5.3.0/en/user-manual/common-config/builtin-algorithm/metadata-repository/ ) has 4 implementations for Cluster mode: ZooKeeper, Etcd, Nacos and Consul. And they're not depended in `shardingsphere-jdbc-core` module. If user want to use Cluster mode, they need to add related module in dependencies, but it's not documented for now. It's better to add it for easier integration. Implementation modules are: `shardingsphere-cluster-mode-repository-zookeeper`, `shardingsphere-cluster-mode-repository-etcd`, `shardingsphere-cluster-mode-repository-nacos` and `shardingsphere-cluster-mode-repository-consul`. e.g. ``` <dependency> <groupId>org.apache.shardingsphere</groupId> <artifactId>shardingsphere-cluster-mode-repository-zookeeper</artifactId> <version>${shardingsphere.version}</version> </dependency> ``` -- 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]
