Hi team, I have a question about message level contract testing. In message level test, will the provider write the message into an existing kafka topic? Or just create the object to match the consumer defined Pact?
b
Beth (pactflow.io/Pact Broker/pact-ruby)
06/23/2022, 1:17 AM
It will just create the object.
Beth (pactflow.io/Pact Broker/pact-ruby)
06/23/2022, 1:18 AM
The queue technology is ignored. It means you need to decouple your business logic from your message sending logic, but this is generally a good practice anyway.