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

(This ticket is more for documentation and educational purposes; and we aren't requesting a bug fix or new feature per se) ### Background: When deploying gRPC services on serverless platforms...

package: @grpc/grpc-js

### Problem description The same as https://github.com/grpc/grpc-node/issues/2659

### Is your feature request related to a problem? Please describe. Seems like `@grpc/grpc-js` does not create any special async hook resource while `grpc-native` [does](https://github.com/grpc/grpc-node/blob/028630a183539f114b8bd57256ba836e291f2f66/packages/grpc-native-core/ext/call.cc#L472). I could see only `HTTP2SESSION`...

feature request
package: @grpc/grpc-js

### Problem description When I install grpc-tools and try to run code generation (i.e. `node node_modules/.bin/grpc_tools_node_protoc [...]`), I get an error ``` node_modules/.bin/grpc_tools_node_protoc [...] node:internal/child_process:414 throw errnoException(err, 'spawn'); ^ Error:...

package: grpc-tools

Logical continuation of PR #2652 Reduced allocated memory while making gRPC grame from **2N+5** bytes to **N+5** bytes (where N is length of serialized message) P.S. Sorry for large diff,...

### Problem description In Bun, gRPC call stucks infinitely. It doesn't make any error/log anything. Please refer to https://github.com/oven-sh/bun/issues/7630 ### Reproduction steps https://github.com/oven-sh/bun/issues/7630 ### Environment - OS name, version and...

package: @grpc/grpc-js

### Problem description When I am trying to call a grpc request from a grpc client it works well for nearly 30-40 mins but after that time it automatically throws...

requires reporter action
package: @grpc/grpc-js

### Problem description When generated, the following files are created: ``` helloreply.js hellorequest.js helloworld_grpc_pb.js ``` But there is no **helloworld_pb.js** file. And in the file helloworld_grpc_pb.js there is a dependency:...

requires reporter action
package: grpc-tools

### Problem description The published package for grpc-tools missing license field and package is missing LICENSE file from repo ### Reproduction steps View package on https://www.npmjs.com/package/grpc-tools It is missing https://github.com/grpc/grpc-node/blob/master/packages/grpc-tools/LICENSE...

package: grpc-tools

### Problem description During operation, we are seeing that `grpc-js` is making multiple calls to one of our services and causing multiple restarts and/or crashes. This is when running in...

requires reporter action
package: @grpc/grpc-js