Replies: 2 comments 1 reply
-
@OlgasAcc Thanks for your info. The current LTS version is EdgeX V3.1, maybe you could upgrade to it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@OlgasAcc , this is a new feature in MQTT 5. EdgeX still uses the MQTT 3.1 golang client since the 5.0 version is not stable, i.e no 1.x release yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Our app-service (golang) retains memory when nodes and cores are out of the network without releasing it even when the network is back.
QoS=0, Retain=false, PersistOnError=false.
We use edgex v2.3.1, so "transforms" library is operating within "paho.mqtt.golang" client for MQTT 3.1 protocol. AFAIK "paho.golang" has support for MQTT 5.0 and provides the option to set MessageExpiryInterval.
Is there any other workaround to set expiration for the messages in v2.3.1?
Beta Was this translation helpful? Give feedback.
All reactions