python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
gRPC "any" packing: No instance(s) of type variable(s) exist so that ShopData conforms to Message
I'm making a game with a custom server solution written in java that communicates with the game client using gRPC.
I'm attempting to pack a message (ShopData) into an "any" object, but it's ...
user2698342
Votes: 0
Answers: 0
Bloom RPC response : "error": "14 UNAVAILABLE: GOAWAY received"
I am new to gRPC integration with SpringBoot.
In spring boot application I have created a module and defined .proto in it.
I have compiled the proto file and generated class files.
I have added the ja...
anonymous
Votes: 0
Answers: 0
grpc client side load balacing fails with error : WARNING: [Channel<1>: ()] Failed to resolve name
I'm trying implement grpc client side load balancing for my java server.
One server runs on port 6565 and another server runs on port 7575.
The code of the both servers are same expect the port.
Now I...
Rajkumar Natarajan
Votes: 0
Answers: 1
Java ManagedChannelProvider$ProviderNotFoundException
I have a requirement where we want to only build the ManagedChannel once & reuse it every time the stub makes a rpc call.
I am using dagger for DI & I have been getting exceptions whenever I t...
HoppyPanda
Votes: 0
Answers: 0