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:47 UTC

[dubbo-awesome] 35/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 e6b21a08288b7b2eda7a0f6a925b6d9fda5e2ed4
Author: ken.lj <ke...@gmail.com>
AuthorDate: Fri May 20 10:48:14 2022 +0800

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

diff --git a/proposals/D3.1-thinsdk-sidecar-mesh.md b/proposals/D3.1-thinsdk-sidecar-mesh.md
index 0eddd25..551fc69 100644
--- a/proposals/D3.1-thinsdk-sidecar-mesh.md
+++ b/proposals/D3.1-thinsdk-sidecar-mesh.md
@@ -3,10 +3,7 @@
 
 ## Objective
 ## Background
-## Related Proposals
-## Proposal
-
-### 四大流程的核心逻辑介绍
+### Dubbo 基本工作原理介绍
 
 除了应用启动和服务注册流程以外,其他两大流程都是在直连模式下:服务发现以及服务调用流程。其中应用下线不单独列出来主要是优雅下线时候的处理
 #### 应用启动
@@ -41,10 +38,13 @@
 5. TripleInvoker #doInvoke()
 6. DefaultFuture2 #received
 
-### 四大流程涉及的改造点
+## Related Proposals
+## Proposal
+
+### ThinSDK 改造方案
 #### 应用启动
 Dubbo应用进程与Sidecar生命周期对齐,正常启动后,让Sidecar感知到该Endpoint是健康的。
-  * 初步方案:Dubbo应用与Sidecar建连,并且发送POST /healthcheck/ok。**这里具体是往哪个端口和地址发?**
+  * 初步方案:Dubbo应用与Sidecar建连,并且发送POST /healthcheck/ok。**这里具体是往哪个端口和地址发送请求?**
   * 运行态:通过健康检查来保活
 
 Dubbo应用优雅下线时,需要能够让Sidecar感知到该Endpoint下线了。(应用所在的Container原地热升级、应用优雅下线等场景)