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

### Problem description start batch callback gets called with an empty `result` object. ```js call.startBatch(batch, function(err, result) { ... // sometimes // result = {read: null} try { // throws...

package: grpc

### Problem description I have 2 use-cases: - need to connect to a named pipe (from another project) as a grpc client - need to start a server as a...

package: @grpc/grpc-js

### Problem description When using `tryShutdown` to gracefully shutdown a server, it doesn't let unary RPCs finish successfully. ### Reproduction steps 1. Create GRPC server with unary handler that takes...

package: @grpc/grpc-js

### Problem description I'm using rules_proto_grpc to generate node targets which are consumed by typescript (ts_project from rules_nodejs). rules_proto_grpc uses grpc_tools_node_protoc_plugin from the grpc-tools package to build a js_grpc_node_library. Building...

package: grpc-tools

### Is your feature request related to a problem? Please describe. I recently discovered a bug in a little proxy server (that sits in 'front' of my nodejs server) I...

package: @grpc/grpc-js

trying to pipe 4 microservices with more then 50000 messages getting poor results comparing to REST API I'm trying to learn about gRPC and use its advantages in the stream...

package: @grpc/grpc-js

Hard code the `NOT_FOUND` status code from the `grpc` library (deprecated). The enum `grpc.status` has not been changed in 5 years from viewing the git blame and IMO likely won't....

Description: we were using @grpc/grpc-js package in the Kubernetes cluster with the alpine image, recently we got the chance to test in production. Sparingly we are observing the read ECONNRESET...

bug
package: @grpc/grpc-js

### Problem description We experience intermittent connection reset errors migrating to grpc-js version "1.3.2". We are creating the Grpc client instance every time when message is processed. On the client...

package: @grpc/grpc-js

PR #1243 introduced proxy support, and preemptively both the `no_grpc_proxy` and `no_proxy` configurations which dictate what hosts/domains should _not_ be proxied. Currently, only strict equality is used to test if...

feature request
package: @grpc/grpc-js