This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-awesome.git
The following commit(s) were added to refs/heads/master by this push:
new 495e272 dubbo-rust: weeklymeeting record (#100)
495e272 is described below
commit 495e272c1c49e9dfe3ace46b0023750ef590315c
Author: yang <[email protected]>
AuthorDate: Sat Oct 22 15:36:18 2022 +0800
dubbo-rust: weeklymeeting record (#100)
---
dubbo-rust/weeklymeeting/2022-10-22.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/dubbo-rust/weeklymeeting/2022-10-22.md
b/dubbo-rust/weeklymeeting/2022-10-22.md
new file mode 100644
index 0000000..7eaeb43
--- /dev/null
+++ b/dubbo-rust/weeklymeeting/2022-10-22.md
@@ -0,0 +1,19 @@
+会议纪要如下:
+
+杨阳:
+
+在registry下的Protocol组件,核心功能是:根据providerUrl和registryUrl进行服务注册和服务启动
+
+## 应用级别的服务发现
+
+Application -> Provider -> Service:
+Service: 单个端口注册多个服务;单端口多协议(端口复用,暂时不支持
+Provider:支持多个服务,只支持Triple协议
+
+服务上下线:通过在ServiceConfig中增加配置项,将对应的服务摘除
+服务注册的元数据:{xxx: "ip:port"}
+服务发现:service相关的数据
+
+bobi:
+服务发现:能够解析zk注册中心的数据,包括mapping和应用的ip、端口。
+待解决问题:invoker的所有权问题
\ No newline at end of file