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 Is `grpc.max_metadata_size` supported in `grpc-js` ? If so, then what is the maximum allowed value for this ? ### Environment - OS name, version and architecture: [e.g....

package: @grpc/grpc-js

protoLoader.loadSync supports loading a proto from physical file I would like to have an ability to pass proto as a string parameter currently I have to save the proto file...

feature request
package: @grpc/proto-loader

Hi, I have a gRPC server in Go with the following proto: ``` message Request { google.protobuf.StringValue Id = 1; google.protobuf.Struct Filter = 2; } ``` I am writing a...

package: @grpc/proto-loader

I'm working on some server interceptors that are injected as part of our generation process. These interceptors need to know the final gRPC status and the path (really the service...

### Problem description Unhandled ERR_STREAM_WRITE_AFTER_END due possible no 'error' handler on ClientWritableStreamImpl. ### Reproduction steps It happened on production and several node instances crash due this problem: ``` events.js:288 throw...

package: @grpc/grpc-js

### Problem description When generating gRPC client services with `import-style=commonjs_strict`, the extra namespace is not use in `_grpc_pb.js`. Then, when calling the client function to send a message, the following...

package: grpc-tools

i reuse a connection for all request , sometime seems connection will disconnect when idle for a long times (client error: read ECONNRESET), but the second time visit will be...

package: @grpc/grpc-js

### Problem description We use `@googlecloud/datastore` dependency in our code. Since some version of `grpc-js` (currently we're on `0.6.9`) we started to receive the following error in our production and...

package: @grpc/grpc-js

Can we move https://github.com/grpc/grpc/tree/master/examples/node to this repo? Since the grpc repo doesn't contain node code there, it'd make more sense to move those node examples out of the grpc repo...

### Problem description I'm using generated static bindings from https://github.com/liftbridge-io/liftbridge-grpc/blob/0877a0cacb7a721e2e19280cff126dc2ed51912d/api.proto to create a Liftbridge Node.js client that will create a stream and publish some messages and subscribe to them (Liftbridge...

package: grpc
package: @grpc/proto-loader