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 056f2055af4b580c2ab8db0cc089e37d2f3325ef Author: conghuhu <[email protected]> AuthorDate: Mon May 23 17:30:37 2022 +0800 Update D3.1-thinsdk-sidecar-mesh.md --- proposals/D3.1-thinsdk-sidecar-mesh.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/proposals/D3.1-thinsdk-sidecar-mesh.md b/proposals/D3.1-thinsdk-sidecar-mesh.md index 1f49336..8f321dc 100644 --- a/proposals/D3.1-thinsdk-sidecar-mesh.md +++ b/proposals/D3.1-thinsdk-sidecar-mesh.md @@ -57,10 +57,11 @@ 运行态,通过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 服务的健康状况。 +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 服务的健康状况。 #### 服务注册
