kimmking commented on a change in pull request #5201: Update documents of orchestration for 5.x URL: https://github.com/apache/incubator-shardingsphere/pull/5201#discussion_r408783728
########## File path: docs/document/content/manual/sharding-jdbc/configuration/config-spring-boot.cn.md ########## @@ -233,11 +233,11 @@ spring.shardingsphere.sharding.tables.t_order_item.key-generator.column=order_it spring.shardingsphere.sharding.binding-tables=t_order,t_order_item spring.shardingsphere.sharding.broadcast-tables=t_config -spring.shardingsphere.orchestration.name=spring_boot_ds_sharding -spring.shardingsphere.orchestration.overwrite=true -spring.shardingsphere.orchestration.registry.type=zookeeper -spring.shardingsphere.orchestration.registry.namespace=orchestration-spring-boot-sharding-test -spring.shardingsphere.orchestration.registry.server-lists=localhost:2181 +spring.shardingsphere.orchestration.spring_boot_ds_sharding.orchestration-type=registry_center,config_center,metadata_center Review comment: There params should be verified. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
