Documentation: No mention or examples about events messaging support
Does pact-python support event-driven architecture? e.g. Kafka
If so, documentation/examples/tests would be greatly appreciated.
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
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