This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-awesome.git
commit 209054cfd54df5f388212e9cbf2fbb28fb18d299 Author: conghuhu <[email protected]> AuthorDate: Fri May 20 10:23:51 2022 +0800 更新2022.5.19会议记录 --- proposals/D3.1-thinsdk-sidecar-mesh.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/proposals/D3.1-thinsdk-sidecar-mesh.md b/proposals/D3.1-thinsdk-sidecar-mesh.md index a90987d..9241ff2 100644 --- a/proposals/D3.1-thinsdk-sidecar-mesh.md +++ b/proposals/D3.1-thinsdk-sidecar-mesh.md @@ -91,4 +91,11 @@ istio中所支持的注册中心中成熟度最高的是Kubernetes,第一阶 接口级别的服务注册对接sidecar 多实例:应用。 没有mesh 迁移到mesh的方案 -gRPC 相关的支持内容调研 \ No newline at end of file +gRPC 相关的支持内容调研 + +### 2022.5.19会议记录: +第一阶段需要解决的问题: +1. 通过gRPC+istio 的部署用例,分析拆分的步骤,完整的跑通;然后再做一个 Dubbo 的用例,做好文档记录。 +2. 解决Dubbo SDK如何确定发送RPC请求的地址,比如http://demo.default.svc.cluster.local:50051,这个地址与envoy内部的路由相关。要根据接口组装出appname格式的地址。 +3. 解决Dubbo sdk需要规避服务发现和直连的逻辑,如果不规避可能会报错。 +4. 成功跑通经过Sidecar,从Consumer -> Provider的RPC调用。
