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
feita há 6 meses161 visualizações
1 Resposta
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 há 6 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas