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:45:47 UTC

[GitHub] [shardingsphere] sandynz opened a new issue, #22821: Add metadata repository impl dependency for JDBC Cluster mode in metadata repository document

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

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


Re: [I] Add metadata repository impl dependency for JDBC Cluster mode in metadata repository document [shardingsphere]

Posted by "linghengqian (via GitHub)" <gi...@apache.org>.
linghengqian commented on issue #22821:
URL: https://github.com/apache/shardingsphere/issues/22821#issuecomment-1879727864

   - It looks like https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-jdbc/optional-plugins/ is the result of the current issue?


-- 
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


Re: [I] Add metadata repository impl dependency for JDBC Cluster mode in metadata repository document [shardingsphere]

Posted by "sandynz (via GitHub)" <gi...@apache.org>.
sandynz commented on issue #22821:
URL: https://github.com/apache/shardingsphere/issues/22821#issuecomment-1895546803

   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


[GitHub] [shardingsphere] sandynz commented on issue #22821: Add metadata repository impl dependency for JDBC Cluster mode in metadata repository document

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

   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] zhaojinchao95 commented on issue #22821: Add metadata repository impl dependency for JDBC Cluster mode in metadata repository document

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

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


-- 
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


Re: [I] Add metadata repository impl dependency for JDBC Cluster mode in metadata repository document [shardingsphere]

Posted by "sandynz (via GitHub)" <gi...@apache.org>.
sandynz closed issue #22821: Add metadata repository impl dependency for JDBC Cluster mode in metadata repository document
URL: https://github.com/apache/shardingsphere/issues/22821


-- 
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] linghengqian commented on issue #22821: Add metadata repository impl dependency for JDBC Cluster mode in metadata repository document

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

   @zhaojinchao95 To be honest I'm not sure what the requirements are for the new page. I have no intention of working on this issue. 👀


-- 
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 #22821: Add metadata repository impl dependency for JDBC Cluster mode in metadata repository document

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

   @linghengqian Are you interested in following this?


-- 
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 #22821: Add metadata repository impl dependency for JDBC Cluster mode in metadata repository document

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

   Hi @linghengqian , looks it's different as Maven dependency and it's just for Proxy mode but not JDBC mode, I suggest to keep this page.
   


-- 
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] linghengqian commented on issue #22821: Add metadata repository impl dependency for JDBC Cluster mode in metadata repository document

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

   - I marked the GAV information of these dependencies in https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/optional-plugins/ before, do I need to move the page?
   - ![image](https://user-images.githubusercontent.com/20187731/207005772-30cfe375-c5d7-4f17-a103-b3e2ff6e0b3a.png)
   


-- 
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