You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there must be defined an additional sub directory named "grpc" in wiremock directory.
In our case the grpc desc files are part of a maven-third-party lib. That means we can not easily copy the desc files from a maven library to a subdirecty wiremock/grpc.
It would be great that the class GrpcExtensionFactory/GrpcHttpServerFactory supports URLs.
That would allow us to read the grpc desc files directly from the third-party-lib.
Proposal
Currently there must be defined an additional sub directory named "grpc" in wiremock directory.
In our case the grpc desc files are part of a maven-third-party lib. That means we can not easily copy the desc files from a maven library to a subdirecty wiremock/grpc.
It would be great that the class GrpcExtensionFactory/GrpcHttpServerFactory supports URLs.
That would allow us to read the grpc desc files directly from the third-party-lib.
Here is an example how it would look like:
References
No response
The text was updated successfully, but these errors were encountered: