Replies: 1 comment 1 reply
-
/cc @alesj (grpc), @cescoffier (grpc) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically, I have a microservice that receives an IP address, and should send a gRPC request to that IP. How would I implement something like this in Quarkus? The documentation only seems to mention defining a gRPC client in the application.properties and then using that client as a bean, which doesn't allow for sending messages to an arbitrary IP.
Beta Was this translation helpful? Give feedback.
All reactions