You'll want to keep MQTT as your main interface fo...
# general
b
You'll want to keep MQTT as your main interface for devices and services to be communicating over. Yeah it's hard to do transactions or queries over MQTT and hell it's probably better to use the REST API instead, but you want the current STATE of your business to be represented in the MQTT broker. It flattens the requirements needed to integrate devices, systems, and services into one unified namespace where everything can communicate with each other in real-time at scale.