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 2021/10/14 10:17:56 UTC

[GitHub] [shardingsphere] sandynz commented on issue #13039: "apache-shardingsphere-4.1.1-src-release" can not support etcd?

sandynz commented on issue #13039:
URL: https://github.com/apache/shardingsphere/issues/13039#issuecomment-943218429


   It should be supported in `4.1.1`, from docs and source code.
   
   I verified in `EtcdCenterRepositoryTest`, modified some code:
   ```
       static {
           NewInstanceServiceLoader.register(RegistryCenterRepository.class);
       }
       
       @Before
       public void setUp() {
           Collection<RegistryCenterRepository> repositories = NewInstanceServiceLoader.newServiceInstances(RegistryCenterRepository.class);
           setClient();
           setProperties();
       }
   ```
   `repositories` has `EtcdCenterRepository` instance.
   
   @penghuazhou have you included maven dependency of `sharding-orchestration-center-etcd`?
   
   


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