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 Node js grpc call is returning no healthy upstream when the services are configured behind service mesh with namespace. ### Reproduction steps The gRPC services are developed...

package: @grpc/grpc-js

### Problem description I have an Electron app which creates a grpc-js client in a renderer process. The client communicates with a grpc-js server spun up in a separate, non-renderer...

package: @grpc/grpc-js

### **[Problem]** We're having a problem where load balancer ( nlb ) is not able to balance the requests to servers. I tried a few different approaches and it doesn't...

package: grpc

### Problem description Running protoc_plugin.js result in an error I can't debug or solve. ### Reproduction steps ```cmd protoc --js_out=import_style=commonjs,binary:backend\cloud-run\src\proto ^ --ts_out=generate_package_definition:backend\cloud-run\src\proto ^ --grpc_out=grpc_js:backend\cloud-run\src\proto ^ --plugin=protoc-gen-grpc=C:\Users\app_lab\AppData\Roaming\npm\grpc_tools_node_protoc_plugin.cmd ^ --proto_path=backend\cloud-run\assets\proto ^ backend\cloud-run\assets\proto\app_lab\app\v1\announcements_likes_service.proto...

package: grpc-tools

### Problem description Intermittently our grpc client is entering a state where the server is sending a response to the client, but the client doesnt receive it and throws a...

package: @grpc/grpc-js

### Problem description When using `makeServerStreamRequest` I'm expecting to receive an error if the connection has been interrupted(like turning of the machine wifi). Instead there is no events emitted. ###...

package: @grpc/grpc-js

### Is your feature request related to a problem? Please describe. The gRPC docs include ways to create an ALTS server/client. But these are only for C++, Go, Java and...

package: @grpc/grpc-js

I noticed this while testing the cancellation example in #2584. It appears to trigger an `end` event instead.

package: @grpc/grpc-js

Forgive me if I've overlooked documentation on this subject, but I'm trying to understand how to properly configure flow control on streaming interfaces. Usually with Node streams I believe you...

I have this code at the moment that I use to increase the frame and window sizes: ``` class CustomChannelCred extends ChannelCredentials { constructor(callCredentials?: CallCredentials) { super(); } compose(callCredentials: CallCredentials):...

package: @grpc/grpc-js