Does anyone here know the status of consumers in <...
# pact-ruby
a
Does anyone here know the status of consumers in https://github.com/pact-foundation/pact-message-ruby? I know the readme.md says it’s “Done but not documented yet”, but the roadmap lists Async pacts as not a feature for ruby
👍 1
b
v3 pact message is implemented, but the v4 full async is not.
a
Hey, thanks @Andrew Favaloro for raising it I had the same questions 👍 Take a look at this repo: https://github.com/pact-foundation/pact-message-demo it might help with Consumer part, I think. For Consumer side: https://github.com/pact-foundation/pact-message-demo#how-it-works---consumer-side However
Fully implement v3 pact specification
in a TODO section, so I’m not sure if it’s works thinking @Beth (pactflow.io/Pact Broker/pact-ruby) could you please shed some light on V3 and V4 version, I see 0.11.1 tag version: https://github.com/pact-foundation/pact-message-ruby/releases/tag/v0.11.1 but seems like you are talking about something else.
b
The demo was written for developers of other pact libraries to build on top of the pact message code in the pact-ruby-standalone.
👀 1
It’s not meant for general Pact users.