Commit 3ade2a43 authored by cherrylzhao's avatar cherrylzhao
Browse files

add registry type for orchestration-spring-namespace-example.

parent 8fe65f62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,5 +6,5 @@
                           http://www.springframework.org/schema/beans/spring-beans.xsd
                           http://shardingsphere.apache.org/schema/shardingsphere/orchestration
                           http://shardingsphere.apache.org/schema/shardingsphere/orchestration/orchestration.xsd">
    <orchestraion:registry-center id="regCenter" server-lists="http://localhost:2379" operation-timeout-milliseconds="3000" max-retries="3" />
    <orchestraion:registry-center id="regCenter" type="etcd" server-lists="http://localhost:2379" operation-timeout-milliseconds="3000" max-retries="3" />
</beans>
+1 −1
Original line number Diff line number Diff line
@@ -6,5 +6,5 @@
                           http://www.springframework.org/schema/beans/spring-beans.xsd
                           http://shardingsphere.apache.org/schema/shardingsphere/orchestration
                           http://shardingsphere.apache.org/schema/shardingsphere/orchestration/orchestration.xsd">
    <orchestraion:registry-center id="regCenter" server-lists="localhost:2181" namespace="orchestration-spring-namespace-demo" operation-timeout-milliseconds="1000" max-retries="3" />
    <orchestraion:registry-center id="regCenter" type="zookeeper" server-lists="localhost:2181" namespace="orchestration-spring-namespace-demo" operation-timeout-milliseconds="1000" max-retries="3" />
</beans>