Hello,
We have successfully connected a team device and are receiving telemetry from nRF Cloud via MQTT. We subscribe to prod/{team_id}/m/# and receive all team messages as expected.
However, the messages are published without the Retain flag. This causes message loss whenever our MQTT client is offline.
Could you please clarify:
- Is it possible for these topics to be published with the Retain flag enabled?
- Alternatively, is there a way to configure this behavior on our side?
Thank you in advance