jiangyt-git commented on PR #2493:
URL: https://github.com/apache/brpc/pull/2493#issuecomment-1877066322

   > > HealthService好像已经支持了吧。 
https://github.com/apache/brpc/blob/master/src/brpc/builtin/health_service.cpp
   > 
   > 支持的grpc 官方定义的健康检查协议,response是这样的: message HealthCheckResponse { enum 
ServingStatus { UNKNOWN = 0; SERVING = 1; NOT_SERVING = 2; SERVICE_UNKNOWN = 3; 
// Used only by the Watch method. } optional ServingStatus status = 1; }
   
   请求对应的path是: /grpc.health.v1.Health/Check


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to