:wave: Hi everyone! I’m quite interested in contra...
# general
w
👋 Hi everyone! I’m quite interested in contract test. Our system has two parts: one is on cloud, the other is on edge. They communicate via MQTT (over websocket). How can this be contract tested? Will pact help in this case?
t
Yes, you can use message pacts for this. It's not quite as end-to-end as an http pact, but it still brings a substantial improvement to deployment confidence.
☝️ 1
w
Thanks Timothy!