Azure IOT 边缘设备模块之间是否可以进行动态路由?
Is Dynamic Routing is possible between Azure IOT Edge Device Modules?
定义 Azure IOTEdge 设备部署清单时,您必须为模块之间的消息定义路由,
我正在动态配置从一个模块发送的消息
The documentation below states:
"There are no wildcard options in the sink property."
既然是这种情况,有没有办法在运行时动态生成路由,因为我希望将不同的消息类型发送到不同的输入?
谢谢。
我认为动态设置路由是不可能的。
您可以在 IoT Edge 上结合自定义主题使用 MQTT(目前处于预览阶段)。
https://docs.microsoft.com/en-us/azure/iot-edge/how-to-publish-subscribe?view=iotedge-2020-11
定义 Azure IOTEdge 设备部署清单时,您必须为模块之间的消息定义路由,
我正在动态配置从一个模块发送的消息
The documentation below states:
"There are no wildcard options in the sink property."
既然是这种情况,有没有办法在运行时动态生成路由,因为我希望将不同的消息类型发送到不同的输入?
谢谢。
我认为动态设置路由是不可能的。
您可以在 IoT Edge 上结合自定义主题使用 MQTT(目前处于预览阶段)。 https://docs.microsoft.com/en-us/azure/iot-edge/how-to-publish-subscribe?view=iotedge-2020-11