File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
i18n/zh/docusaurus-plugin-content-docs/version-2.5.1/design Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 54
54
├ ├──uri
55
55
├ ├ ├──${rpcType}
56
56
├ ├ ├ ├────${contextPath}
57
- ├ ├ ├ ├──${ip:prot } : save uri data of URIRegisterDTO
58
- ├ ├ ├ ├──${ip:prot }
57
+ ├ ├ ├ ├──${ip:port } : save uri data of URIRegisterDTO
58
+ ├ ├ ├ ├──${ip:port }
59
59
```
60
60
61
61
` shenyu-client ` 启动时,将服务接口信息(` MetaDataRegisterDTO/URIRegisterDTO ` )写到如上的` zookeeper ` 节点中。
76
76
├ ├──uri
77
77
├ ├ ├──${rpcType}
78
78
├ ├ ├ ├────${contextPath}
79
- ├ ├ ├ ├──${ip:prot } : save uri data of URIRegisterDTO
80
- ├ ├ ├ ├──${ip:prot }
79
+ ├ ├ ├ ├──${ip:port } : save uri data of URIRegisterDTO
80
+ ├ ├ ├ ├──${ip:port }
81
81
```
82
82
83
83
` shenyu-client ` 启动时,将服务接口信息(` MetaDataRegisterDTO/URIRegisterDTO ` )以` Ephemeral ` 方式写到如上的` Etcd ` 节点中。
You can’t perform that action at this time.
0 commit comments