grpc-node icon indicating copy to clipboard operation
grpc-node copied to clipboard

gRPC for Node.js

Results 255 grpc-node issues
Sort by recently updated
recently updated
newest added

I'm curious if there has been any appetite for (or reason against) exposing information on channel connection failures. Specifically in mind are TLS issues wherein the cert of the peer...

package: @grpc/grpc-js

### Problem description if the message has an option field with a return value, the proto will attach a same name field with `_` prefix. why? ### Reproduction steps -...

package: @grpc/proto-loader

### Problem description i tried to turn on event loop block detection, and all i see are grpc calls (we use google pubsub and other grpc-using tools), which doesn't make...

requires reporter action
package: @grpc/grpc-js

Hello! I've tried all the possible combinations of filters in `tcpdump` for later inspection to try to capture gRPC keep alive probes, but I can never see them in Wireshark....

package: @grpc/grpc-js

### Problem description When trying to respond with a `google.protobuf.Struct`, the call errors with status 13 INTERNAL `Error serializing response: Expected argument of type google.protobuf.Struct`. ### Reproduction steps Use this...

package: grpc-tools

I'm curious what the current mood is towards exposing TLS peer certificate in a way that allows a gRPC server to know it's client/peer's TLS certificate. gRPC clients currently have...

package: @grpc/grpc-js

### Problem description grpc-js - A gRPC call takes up more memory for a request & response of 100MB. ### Reproduction steps We are sending about 100 MB of data...

package: @grpc/grpc-js

Hello! I was trying to get a missing field of a message and expected to receive a undefind, but got an error saying `TypeError: Cannot read properties of null (reading...

package: grpc-tools

### Is your feature request related to a problem? Please describe. This [issue](https://github.com/grpc/grpc-node/issues/2664) describes why it is problematic to enable `keepalive` in serverless environments like AWS Lambda or Cloud Functions....

package: @grpc/grpc-js

### Problem description Using ReflectionService from @grpc/reflection, and a .proto with a message "reserved 2", I get this error on grpcurl and also from python's grpcio-reflection: `Failed to list methods...

package: @grpc/reflection