Hi team, I have a question about message level con...
# general
q
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
It will just create the object.
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.