You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/12/12 07:34:08 UTC

[GitHub] [shardingsphere] sandynz opened a new issue, #22819: Cluster mode metadata repository implementation modules are not fully dependent in proxy-bootstrap module

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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] sandynz closed issue #22819: Cluster mode metadata repository implementation modules are not fully dependent in proxy-bootstrap module

Posted by "sandynz (via GitHub)" <gi...@apache.org>.
sandynz closed issue #22819: Cluster mode metadata repository implementation modules are not fully dependent in proxy-bootstrap module
URL: https://github.com/apache/shardingsphere/issues/22819


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] zhaojinchao95 commented on issue #22819: Cluster mode metadata repository implementation modules are not fully dependent in proxy-bootstrap module

Posted by GitBox <gi...@apache.org>.
zhaojinchao95 commented on issue #22819:
URL: https://github.com/apache/shardingsphere/issues/22819#issuecomment-1346093155

   I think `shardingsphere-jdbc-distribution` module are remove etcd dependency. `shardingsphere-proxy-boostrap ` continue to be reserved
   
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] zhaojinchao95 commented on issue #22819: Cluster mode metadata repository implementation modules are not fully dependent in proxy-bootstrap module

Posted by GitBox <gi...@apache.org>.
zhaojinchao95 commented on issue #22819:
URL: https://github.com/apache/shardingsphere/issues/22819#issuecomment-1346087846

   @sandynz Thank you for your feedback, I think `ZooKeeper` and `Etcd` are the prefer register center for `ShardingSphere` cluster mode, So it's better to make it directly depend on. Other register center is better not to integrate by default, or it will make it bloated.
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] sandynz commented on issue #22819: Cluster mode metadata repository implementation modules are not fully dependent in proxy-bootstrap module

Posted by GitBox <gi...@apache.org>.
sandynz commented on issue #22819:
URL: https://github.com/apache/shardingsphere/issues/22819#issuecomment-1346034043

   Hi @zhaojinchao95 , could you help to have a look at this issue when you have time?


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] sandynz commented on issue #22819: Cluster mode metadata repository implementation modules are not fully dependent in proxy-bootstrap module

Posted by GitBox <gi...@apache.org>.
sandynz commented on issue #22819:
URL: https://github.com/apache/shardingsphere/issues/22819#issuecomment-1352659358

   > I think `shardingsphere-jdbc-distribution` module are remove etcd dependency. `shardingsphere-proxy-boostrap ` continue to be reserved
   
   That's OK


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org