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 2020/02/21 00:54:05 UTC

[GitHub] [incubator-shardingsphere] dongzl commented on a change in pull request #4393: sync server.yaml with proxy and distribution

dongzl commented on a change in pull request #4393: sync server.yaml with proxy and distribution
URL: https://github.com/apache/incubator-shardingsphere/pull/4393#discussion_r382342667
 
 

 ##########
 File path: sharding-distribution/sharding-proxy-distribution/src/main/resources/conf/server.yaml
 ##########
 @@ -22,12 +22,17 @@
 ######################################################################################################
 #
 #orchestration:
-#  name: orchestration_ds
-#  overwrite: true
-#  registry:
-#    type: zookeeper
+#  orchestration_ds:
+#    orchestrationType: registry_center,config_center,distributed_lock_manager
+#    instanceType: zookeeper
 #    serverLists: localhost:2181
 #    namespace: orchestration
+#    props:
+#      overwrite: false
+#      retryIntervalMilliseconds: 500
+#      timeToLiveSeconds: 60
+#      maxRetries: 3
+#      operationTimeoutMilliseconds: 500
 
 Review comment:
   There are one more space per line? For yaml file format, It maybe cause error.

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