You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2022/05/23 09:36:49 UTC

[dubbo-awesome] 39/44: Update D3.1-thinsdk-sidecar-mesh.md

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 2ebf6f1751422a2960fd234ab468a3273b891503
Author: ken.lj <ke...@gmail.com>
AuthorDate: Fri May 20 10:53:31 2022 +0800

    Update D3.1-thinsdk-sidecar-mesh.md
---
 proposals/D3.1-thinsdk-sidecar-mesh.md | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/proposals/D3.1-thinsdk-sidecar-mesh.md b/proposals/D3.1-thinsdk-sidecar-mesh.md
index d81147a..97d0a62 100644
--- a/proposals/D3.1-thinsdk-sidecar-mesh.md
+++ b/proposals/D3.1-thinsdk-sidecar-mesh.md
@@ -39,6 +39,7 @@
 6. DefaultFuture2 #received
 
 ## Related Proposals
+[Proxyless Mesh]()
 ## Proposal
 
 ### ThinSDK 改造方案
@@ -72,7 +73,7 @@ istio中所支持的注册中心中成熟度最高的是Kubernetes,第一阶
 
 #### 服务调用
 1. 解决Dubbo SDK的请求如何代理给sidecar?
-  * sdk的RPC请求转换为类似如下格式的请求动作:http://demo.default.svc.cluster.local:50051。其中,demo为当前接口对应的 app-name
+  * sdk的RPC请求转换为类似如下格式的请求动作:http://demo.default.svc.cluster.local:50051. 其中,demo为当前接口对应的 app-name
   * 避免dubbo之前的 Cluster 选址等问题
 
 2. 第二阶段工作(路由等流量治理接入)
@@ -93,9 +94,9 @@ istio中所支持的注册中心中成熟度最高的是Kubernetes,第一阶
   *对比google grpc 和envoy grpc的差异,适配header内容:https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/grpc_service.proto.html#envoy-api-field-core-grpcservice-envoy-grpc
 
 
-### 会议记录:
-优雅下线的时候已经有相关的逻辑。
-接口级别的服务注册对接sidecar
-多实例:应用。
-没有mesh 迁移到mesh的方案
-gRPC 相关的支持内容调研
+### 其他事项:
+* 优雅下线的时候已经有相关的逻辑。
+* 接口级别的服务注册对接sidecar
+* 多实例:应用。
+* 没有mesh 迁移到mesh的方案
+* gRPC 相关的支持内容调研