[grpc] Support gRPC standard health check (#11955)

This commit is contained in:
Chang Su
2025-10-22 16:59:09 -07:00
committed by GitHub
parent 983ef22cf3
commit 6ade6a02d4
4 changed files with 401 additions and 140 deletions

View File

@@ -72,6 +72,7 @@ dependencies = [
"grpcio==1.75.1", # keep it align with compile_proto.py
"grpcio-tools==1.75.1", # keep it align with compile_proto.py
"grpcio-reflection==1.75.1", # required by srt/entrypoints/grpc_server.py
"grpcio-health-checking==1.75.1", # required for Kubernetes gRPC health probes
]
[project.optional-dependencies]