grpc-proto
grpc-proto copied to clipboard
gRPC-defined protobufs for peripheral services such as health checking, load balancing, etc.
Copied from the grpc-go repo. /cc @ejona86
NOTE: I have a change I can submit for review, given branch access. TL;DR: This PR proposes a second GRPC health endpoint for use with GRPC transcoders running within Kubernetes....
… Liveness and Readiness checks for Kubernetes.
As came up in #49, there was a lot of iteration in separate PRs because the repository doesn't have a CI system to double-check the Bazel targets build. Could be...
The test.proto is adapted from grpc-java, and stubby4 server for cloud to cloud interops test gets same update. - Using protobuf provided BoolValue instead of custom one. the issue in...
Service definition for controlling a test control plane as specified in go/grpc-xds-control-plane-tests for use in xds interop testing
MODULE.bazel.lock is platform dependent so it’s better not to persist it Signed-off-by: Matthieu MOREL
# Context Clients cannot get a list of the services a certain server is watching to and their respective status. In the context of Kubernetes, we have `livez` and `readyz`...