How to test GRPC client? #26204
Unanswered
softshipper
asked this question in
Q&A
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I think the simplest thing you can do is actually implement the grpc service in your test, i.e. add a grpc service to your test classes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
We are using GRPC client in our Quarkus based application, which does the call to an external GRPC server to get some data.
Now, we would like to test our Quarkus based application, which means we need somehow to mock the GRPC server.
Our question is, how to mock a GRPC server in Quarkus for testing purposes?
Kind reagars
Beta Was this translation helpful? Give feedback.
All reactions