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

[dubbo-awesome] 42/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 33825b71f737041335987b03bce6363f7616012b
Author: conghuhu <56...@users.noreply.github.com>
AuthorDate: Mon May 23 17:29:39 2022 +0800

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

diff --git a/proposals/D3.1-thinsdk-sidecar-mesh.md b/proposals/D3.1-thinsdk-sidecar-mesh.md
index 98b45fa..1f49336 100644
--- a/proposals/D3.1-thinsdk-sidecar-mesh.md
+++ b/proposals/D3.1-thinsdk-sidecar-mesh.md
@@ -57,6 +57,10 @@
 运行态,通过envoy的健康检查来保证Dubbo应用是否正常。目前Triple协议基于gRPC的Health接口实现健康检查。需要支持Envoy的HTTP健康检查Filter:
 * https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/health_check/v3/health_check.proto#envoy-v3-api-msg-extensions-filters-http-health-check-v3-healthcheck
 * https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/health_check.proto
+补充:
+1.使用grpc的Health来做健康检查。Triple现在是支持Health服务的。
+2.Dubbo会开启如下默认端口 Triple: 50051、Metadata : 20880、Qos: 22222,后续要做端口复用,以后在一个端口上提供了Triple协议和QOS协议,在QOS基础上支持REST的/health,这样/health就自动集成进去了。
+3.使用 https://github.com/grpc-ecosystem/grpc-health-probe 验证gRPC 服务的健康状况。
 
 
 #### 服务注册