pact-python icon indicating copy to clipboard operation
pact-python copied to clipboard

Documentation: No mention or examples about events messaging support

Open vicusbass opened this issue 5 years ago • 1 comments

Does pact-python support event-driven architecture? e.g. Kafka If so, documentation/examples/tests would be greatly appreciated.

vicusbass avatar Jul 06 '20 09:07 vicusbass

Not yet. See #101 and #119.

Help would be appreciated if you're willing to get stick into it. I can provide pointers from other projects

mefellows avatar Jul 06 '20 10:07 mefellows

Implemented as part of https://github.com/pact-foundation/pact-python/pull/194

We are looking for more contributors and help in bringing pact v3 and v4 features via the pact-rust core, so please this issue for more detail

https://github.com/pact-foundation/pact-python/issues/312

Example here in pact-python

https://github.com/pact-foundation/pact-python/tree/master/examples/message

consumer example for aws sns here

https://github.com/pactflow/example-consumer-python-sns

We are happy to accept PR's for additional documentation, examples or workshops

YOU54F avatar May 03 '23 17:05 YOU54F