Request regarding Retain flag in nRF Cloud MQTT messages

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:

  1. Is it possible for these topics to be published with the Retain flag enabled?
  2. Alternatively, is there a way to configure this behavior on our side?

Thank you in advance

Related