This message was deleted.
# help
s
This message was deleted.
t
Hi Ryan, 1. No, not yet. Some groundwork has been laid for this in WireMock’s core by allowing the HTTP client to be customised, but the gRPC extension hasn’t been changed to take advantage of this yet. 2. The extension doesn’t use the proto files directly (since there doesn’t seem to be a Java parser for them) so regardless of where you keep them you need to compile them to descriptor files via
protoc
and provide those to WireMock.
👍 1
r
Got it. Thanks for the quick response!
126 Views