修正测试的test-gateway5.yaml属性, 方便添加到apollo上.
This commit is contained in:
parent
d97b088117
commit
f98dafd921
|
@ -15,5 +15,5 @@ dubbo:
|
||||||
interface: ocean.demo.api.IExchange
|
interface: ocean.demo.api.IExchange
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
predicates:
|
predicates:
|
||||||
- Path=/dubbo/hello
|
- Path=/dubbo/gateway/test5
|
||||||
|
|
|
@ -20,7 +20,7 @@ dubbo.config-center.address=zookeeper://127.0.0.1:2181
|
||||||
dubbo.metadata-report.address=zookeeper://127.0.0.1:2181
|
dubbo.metadata-report.address=zookeeper://127.0.0.1:2181
|
||||||
# 这个链接Apollo非常有意义.
|
# 这个链接Apollo非常有意义.
|
||||||
# 因为在一个线程内, 同时Connect Zookeeper 和 Apollo 会导致 Apollo可能超过3秒再加其他操作.Zookeeper会出现阻塞.
|
# 因为在一个线程内, 同时Connect Zookeeper 和 Apollo 会导致 Apollo可能超过3秒再加其他操作.Zookeeper会出现阻塞.
|
||||||
dubbo.consumer.timeout=1000
|
dubbo.consumer.timeout=5000
|
||||||
|
|
||||||
server.port=8888
|
server.port=8888
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user