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 2019/08/22 10:34:47 UTC

[GitHub] [incubator-shardingsphere] coolos commented on issue #2906: Does the sharding-proxy on version 4.0.0-RC2 support zookeeper dynamic register center ?

coolos commented on issue #2906: Does the sharding-proxy on version 4.0.0-RC2 support zookeeper dynamic register center ?
URL: https://github.com/apache/incubator-shardingsphere/issues/2906#issuecomment-523848177
 
 
   > Please refer to the error info.
   > **Exception in thread "main" java.lang.IllegalArgumentException: Type is required.**
   .
   
   @Myshiner  I met the same error msg.  May be you could adjust  server.yaml conf file in the "orchestration" section like this:
   
   orchestration:
     name: orchestration_ds
     overwrite: true
     registry:
       type: zookeeper
       namespace: orchestration
       serverLists: 127.0.0.1:2181
   
   At least, it made my sharding-proxy started and push data into ZK successfully. 
   Hope help you!
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services