networks//network protocols//MQTT//MQTT topic
The named channel of an MQTT message, written as a slash-separated path: a topic is a route.
The named channel of an MQTT message, written as a slash-separated path: a topic is a route.
factory/madrid/line3/pump7/vibration
Consumers subscribe to exactly what they need, with wildcards for a level or a subtree: one client wants every vibration signal of line 3, another wants everything from pump 7. The hierarchy is the addressing scheme of the whole data layer, which is why naming it well matters as much as naming database tables.
A disciplined plant-wide topic tree is the seed of the unified namespace idea: one hierarchy where every system publishes and reads by the same names (data contextualization).