is it possible to set retain flag to true on "Republish to AWS IoT topic" iot core rule

0

Hi,

is it possible to set retain flag to true on "Republish to AWS IoT topic" iot core rule?

Kimi
preguntada hace 6 meses161 visualizaciones
1 Respuesta
0

As per my knowledge, the AWS IoT Core rule action "Republish to an AWS IoT topic" in the IoT Core Rule Engine does not support setting the "retain" flag directly. The "retain" flag is used to indicate whether a message should be retained by the broker and sent to any new subscribers that match the topic.

The rule action "Republish to an AWS IoT topic" in AWS IoT Core allows you to republish the incoming message to a different topic, but it doesn't provide explicit options for configuring the "retain" flag.

If you require more granular control over the "retain" flag, you might need to use a different approach. One common method is to use a Lambda function as a rule action to perform custom processing and republish the message to the desired topic, setting the "retain" flag as needed.

AWS
respondido hace 6 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas