修正测试的test-gateway5.yaml属性, 方便添加到apollo上.

This commit is contained in:
eson 2019-08-17 02:46:15 +08:00
parent d97b088117
commit f98dafd921
2 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@ dubbo:
interface: ocean.demo.api.IExchange
version: 1.0.0
predicates:
- Path=/dubbo/hello
- Path=/dubbo/gateway/test5

View File

@ -20,7 +20,7 @@ dubbo.config-center.address=zookeeper://127.0.0.1:2181
dubbo.metadata-report.address=zookeeper://127.0.0.1:2181
# 这个链接Apollo非常有意义.
# 因为在一个线程内, 同时Connect Zookeeper 和 Apollo 会导致 Apollo可能超过3秒再加其他操作.Zookeeper会出现阻塞.
dubbo.consumer.timeout=1000
dubbo.consumer.timeout=5000
server.port=8888