Setting Up Store and Forward for EdgeX MQTT Export #58
-
Beta Was this translation helpful? Give feedback.
Answered by
lenny-goodell
Feb 21, 2023
Replies: 1 comment 1 reply
-
@hdjoe , there is one addition configuration of the MQTT Export, which is setting app-mqtt-export/Writable/Pipeline/Functions/MQTTExport/Parameters/PersistOnError/ With this set you will see the following logged when the event can't be exported:
Add if you wait long enough before restarting the broker you will see:
Note I used a 30s retry interval to test with so I did have to wait 5 minutes to see the log messages. Then when you restart the broker you will see:
And then after the next interval:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hdjoe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@hdjoe , there is one addition configuration of the MQTT Export, which is setting
PersistOnError=true
app-mqtt-export/Writable/Pipeline/Functions/MQTTExport/Parameters/PersistOnError/
With this set you will see the following logged when the event can't be exported:
Add if you wait long enough before restarting the broker you will see: