Hey all, I'm experiencing a crash when attempting ...
# general
j
Hey all, I'm experiencing a crash when attempting to record an interaction with a gRPC server, is this something that's expected to work? I've recorded an issue here: https://github.com/wiremock/wiremock-grpc-extension/issues/48.
t
Unfortunately recording isn’t implemented for gRPC yet. There’s a bit of work required to wrap the proxy HTTP client so that attempts at making gRPC calls are diverted through the gRPC client instead of making an ordinary HTTP call.
We’d be more than happy to accept a PR if you feel like creating one
j
Thanks @Tom -- I don't have bandwidth for a PR at the moment, but would be happy to test something out in the future