Hi all, and thanks for helping in advance.
In the company that I working for, contract tests were added, it understood why we need it and the value.
We have a use case that was talked in our company and we would like to hear the opinion here from the pact’s experts, to understand what better to do.
Use case:
A msg contract was added.
There is a service, that is kind of monolit, the service also send msg (by queue) and the same service consume this queue (maybe other instance).
Question:
Should we create a contract test for this use case?
From one side:
it more sensible that contract should be between 2 services.
From the other side:
this is a big service and we still want to verify that nothing break.
Would like to hear your opinon.
@Arnon Ram FYI