Azure / iot-edge-v1

Azure IoT Edge
http://azure.github.io/iot-edge/
Other
525 stars 258 forks source link

IotHub module and store forward pattern #224

Open janfl opened 7 years ago

janfl commented 7 years ago

Does the IotHub module support store forward pattern where messages is saved if no connection can be made to the Azure IoT Hub or Event Hub?

damonbarry commented 7 years ago

No we don't support this currently, but we'd love to have it!

gickis commented 7 years ago

I think at least for now would be great to publish not sent message outside from IoTHub module. In this case we can use it in our custom modules to re-send it later.