diff --git a/examples/grpc/index.html b/examples/grpc/index.html index 113a19fbb..6e3373d04 100644 --- a/examples/grpc/index.html +++ b/examples/grpc/index.html @@ -81,4 +81,4 @@ EOF { "message": "Hello " } -
GODEBUG=http2debug=2
environment variable to get detailed http/2 logging on the client and/or server.If you are developing public gRPC endpoints, check out https://proto.stack.build, a protocol buffer / gRPC build service that can use to help make it easier for your users to consume your API.
See also the specific gRPC settings of NGINX: https://nginx.org/en/docs/http/ngx_http_grpc_module.html
grpc_read_timeout
to accommodate this.grpc_send_timeout
and the client_body_timeout
.grpc_read_timeout
, grpc_send_timeout
and client_body_timeout
.Values for the timeouts must be specified as e.g. "1200s"
.
On the most recent versions of ingress-nginx, changing these timeouts requires using the
nginx.ingress.kubernetes.io/server-snippet
annotation. There are plans for future releases to allow using the Kubernetes annotations to define each timeout separately.