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 08:26:49 UTC

[dubbo-awesome] 37/41: 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 256dddf92c02629a1bcde6c967031f8353af85c2
Author: ken.lj <ke...@gmail.com>
AuthorDate: Fri May 20 10:51:42 2022 +0800

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

diff --git a/proposals/D3.1-thinsdk-sidecar-mesh.md b/proposals/D3.1-thinsdk-sidecar-mesh.md
index 339b1ed..d81147a 100644
--- a/proposals/D3.1-thinsdk-sidecar-mesh.md
+++ b/proposals/D3.1-thinsdk-sidecar-mesh.md
@@ -61,14 +61,14 @@
 #### 服务注册
 istio中所支持的注册中心中成熟度最高的是Kubernetes,第一阶段推荐使用Kubernetes Registry,Kubernetes 调度的服务将自动被Istion识别所以第一阶段暂不需要做额外操作。
 
-> 应用如何配置?指定哪个协议的注册中心扩展
-> 框架如何改造?框架内的行为与流程是怎样的
+> 应用如何配置?指定哪个协议的注册中心扩展  
+> 框架如何改造?框架内的行为与流程是怎样的  
 
 #### 服务发现
 服务发现需要解决的问题是如何触发数据面的服务发现。目前Pilot的操作是在集群第一次启动时从Kubernetes中发现全量的Service、Workload数据,并将这些服务发现数据通过xDS下发给Envoy(Pilot-Agent)实例,后续则以增量的方式推送。
 
-> 应用如何配置?指定哪个协议的注册中心扩展
-> 框架如何改造?框架内的行为与流程是怎样的
+> 应用如何配置?指定哪个协议的注册中心扩展  
+> 框架如何改造?框架内的行为与流程是怎样的  
 
 #### 服务调用
 1. 解决Dubbo SDK的请求如何代理给sidecar?