Top "Grpc" questions

A general RPC (Remote Procedure Call) framework over HTTP/2, initially developed at Google.

gRPC Load Balancing

I have read the Load Balancing page at https://github.com/grpc/grpc/blob/master/doc/load-balancing.md to start …

kubernetes google-kubernetes-engine grpc grpc-java
Cannot connect to Go GRPC server running in local Docker container

I have a go grpc service. I'm developing on a mac, sierra. When running a grpc client against the service …

docker go grpc
Python not able to connect to grpc channel -> "failed to connect to all addresses" "grpc_status":14

I'm getting the error below when trying to call a stub method. Any idea what is causing it? [bolt.api.…

python grpc grpc-python
Protobuf timestamp not found

Relatively new to GRPC and getting an error in my proto file that I cannot seem to make sense of. …

protocol-buffers grpc proto
Grpc.Core.RpcException method is unimplemented with C# client and Java Server

I am having trouble finding the source of this error. I implemented a simple service using protobuf: syntax = "proto3"; package …

java c# protocol-buffers grpc grpc-java
How to implement a async grpc python server?

I need to call a celery task for each GRPC request, and return the result. In default GRPC implementation, each …

python grpc
grpc: received message larger than max (8653851 vs. 4194304)

The problem: I am getting this error while receiving message in grpc: rpc error: code = ResourceExhausted desc = grpc: received message …

go grpc grpc-go
Connection Error io.netty.handler.codec.http2.Http2Exception: HTTP/2 client preface string missing or corrupt. Hex dump for received bytes:

Working on Grpc Bidirectional Streaming, when i try to run grpc, getting below error Connection Error io.netty.handler.codec.…

grpc grpc-java
Intercepting/Logging requests and Responses in GRPC

I'm developing a chat app using GRPC in which the server receives information from the client and sends it back …

java android server grpc grpc-java
file transfer using gRPC

What is the standard way to use gRPC and protocol buffer to transfer file or images from one process to …

redis protocol-buffers grpc grpc-java capnproto