-
*Title*: Envoy returns `Message: stream timeout` without handling pending gRPC requests when `max_requests_per_connection` is set
## Expectation
I think Envoy should handle all requests without …
-
grpc is encapsulated as http request and uses post + json request. If the fields in the request body are not in the message defined by proto, error getting request data will appear: message type xxxx …
-
We are using GRPC Ingress with Kubernetes and multiple paths. Here is the yaml:
```yaml
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress-grpc
annotations:
kubernet…
-
**What happened**:
We tried using this technique https://kubernetes.io/docs/concepts/services-networking/ingress/#single-service-ingress to send all ingress requests to a single back-end service. …
kjyo6 updated
2 months ago
-
### Description
Hi,
**Observed Behavior**:
I have faced the issue that karpenter creates node that can not fit the pod and as a result pod can not be sceduled and karpenter recreates the nodes …
-
**Proto file(s)**
```
$ cat ping_service.proto
syntax = "proto3";
option java_multiple_files = true;
option java_package = ...;
option java_outer_classname = "Protos";
option go_package = "pr…
-
I've created a new project and generated 1 service.
when I run `grpcurl -plaintext 0.0.0.0:3000 list`, the server shows `Failed to extract ServerMetadata from context`
grapi 0.3.2
-
使用go-zero1.5/goctl1.5生成ProductOperationModel代码,请求:grpcurl -plaintext -d '{}' 127.0.0.1:8081 product.Product.OperationProducts,OperationProducts方法报错:context.deadlineExceededError {}
![image](https://u…
-
Hello! Thanks for making this, love how it is such a straightforward wrapper around grpcurl, it is basically exactly what I was looking for. I am having some trouble using the image though.
When ne…
-
Supporting reflection would allow service developers to test and experiment using tools like `grpcurl`. Other SDKs contain the the ability to register the reflection service ... is there a timeline fo…