Hi All, We are setting up contract test for kafka ...
# pact-net
m
Hi All, We are setting up contract test for kafka events for a dotnet project and going through https://github.com/pact-foundation/pact-net/blob/master/docs/messaging-pacts.md to setup Provider test. In the example the pact json created by customer is manually added to the Provider test. We went through provider Java kafka example https://github.com/pactflow/example-provider-java-kafka, in this example the consumerPact json pact is not provided. Can we achieve something in dotnet kafka provider test also?
it should be the same as the http examples,
m
Thank you @Yousaf Nabi (pactflow.io) for the reply..... Will try this.....