sandynz opened a new issue, #22819: URL: https://github.com/apache/shardingsphere/issues/22819
## 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. Implementation modules are: `shardingsphere-cluster-mode-repository-zookeeper`, `shardingsphere-cluster-mode-repository-etcd`, `shardingsphere-cluster-mode-repository-nacos` and `shardingsphere-cluster-mode-repository-consul`. They're equavalent, but only part of the implementation modules are dependent in `shardingsphere-proxy-boostrap` and `shardingsphere-jdbc-distribution` modules. It's better to depend all of them or none of them in a module. -- 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]
