I have a question. I have heard that contract test...
# general
a
I have a question. I have heard that contract testing focuses on testing the arrows in your microservice architecture diagram (the communication between your services). I can see how it works for direct invocation API calls. But can it work for pub/sub? I have been searching for anything explaining how that would work, and I have found nothing. Is it correct to say that pub/sub is a form of service communication that cannot be tested as a contract?
blobwave 2