Hi - I was wondering if the <pact-stub-server> was...
# protobufs
s
Hi - I was wondering if the pact-stub-server was usable for generating a pactfile-based test double for a gRPC service? I'm guessing no based upon the way it filters for only HTTP interactions and then matches on method/path/parameters. If the answer is in fact "no", then I wonder if there are any alternative suggestions for stubbing out gRPC providers for a client?
🤔 1
u
Technically, most gRPC interactions use HTTP 2, so with a little effort we could possibly get it to work.
m
Mind raising a feature request please? (on that repo)
s
Sure thing
m
Thanks!