Has anyone been able to get the protobuf + grpc pl...
# pact-ruby
j
Has anyone been able to get the protobuf + grpc plugin to work with Ruby? I’m having trouble setting it up
y
pact ruby doesn’t support plugins, how are you going about it?
j
I thought it did :( so no protobufs for Ruby?
Is that part of the 4 spec or something?
y
yes part of the v4 spec and implemented in the rust core and exposed to other libraries via a cli and ffi. i’ve unofficially been messing about integrating it with ruby https://github.com/YOU54F/pact-ruby-ffi
j
ah thats interesting
i’ll take a look, haven’t heard about hte ffi stuff
thanks