Hello! I was wondering if there is any updated gu...
# protobufs
p
Hello! I was wondering if there is any updated guidance on using Pact with gRPC services (and their consumers) written in Ruby?
u
Pact Ruby is still using the old implementation, so it doesn't support using the gRPC plugin. However, if you can write your tests in another language that does, and use the verifier CLI, you could us it, but it will require a fair amount of work to get going.
p
ok, thank you @uglyog!
We are looking into taking an approach similar to this one that was used for java, do you see any challenges to this approach? https://medium.com/@ivangsa/consumer-driven-contract-testing-for-grpc-pact-io-d60155d21c4c
u
No, I think people managed to get that to work. I haven't heard any bad things about that approach
thankyou 1