gRPC client - dynamic host and port #29917
Replies: 4 comments 3 replies
-
/cc @alesj(grpc), @cescoffier(grpc) |
Beta Was this translation helpful? Give feedback.
-
What kind of "dynamic-ity" do you have in mind? I guess it should work if you have 2 instances of the same client, |
Beta Was this translation helpful? Give feedback.
-
Well dunno if that's the best way to go ... as then you loose all the fancy Quarkus setup:
OK, it's doable, but just saying / asking what would you need, hence we could find an easier way. |
Beta Was this translation helpful? Give feedback.
-
What you need sounds to me similar to what I implemented here: Afais, i's just the other way around -- state store being smart enough to be distributed, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to use gRPC for communication between instances of this same microservice. I can't find the option to create a gRPC client with a dynamic host and port. There is any chance to creating a gRPC client in the code with a defined host and port (not by application.properties)
Beta Was this translation helpful? Give feedback.
All reactions