Skip to content
Snippets Groups Projects
Commit ea092593 authored by vito.he's avatar vito.he
Browse files

rollback add transport interface in client & success to integrate to call dubbo~

parent c1f89b0b
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ connect_timeout : "100ms"
selector : "cache"
selector_ttl : "10m"
registry : "zookeeper"
client_load_balance: "round_robin"
# application config
application_config:
......@@ -23,7 +24,7 @@ application_config:
owner : "ZX"
environment : "product"
registry_config:
zk_registry_config:
timeout : "3s"
address:
- "127.0.0.1:2181"
......
......@@ -13,6 +13,7 @@ connect_timeout : "100ms"
selector : "cache"
selector_ttl : "10m"
registry : "zookeeper"
client_load_balance: "round_robin"
# application config
application_config:
......@@ -23,7 +24,7 @@ application_config:
owner : "ZX"
environment : "test"
registry_config:
zk_registry_config:
timeout : "3s"
address:
- "127.0.0.1:2181"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment