Is IoT Core support Qos2?

0

Somebody told that Iot Core supports QoS2, I am going to start a project and would like to confirm this. Thanks

質問済み 2年前588ビュー
3回答
2

Hi Ozi, while at the moment AWS IoT Core does not support QoS2, it would be interesting to understand why you need support for it. If you are designing a new system, you should make it idempotent instead of relying on exact once processing semantics. Idempotent systems scale better and are more resilient to failures. With an idempotent implementation, QoS1 (at least once) is sufficient.

Cheers, Massi

AWS
エキスパート
回答済み 2年前
  • After reading more about the QoS2 levels, seems like level 1 will be enough. Only need to handle duplicates. If I have 3 seccond so of frequency, will this duplication be problem? that was the reason I was thinking about level2.

1
承認された回答

Hi Ozy smile. AWS IoT Core does not support QoS2 at this time. https://docs.aws.amazon.com/iot/latest/developerguide/mqtt.html#mqtt-qos

AWS IoT and the AWS IoT Device SDKs support the MQTT Quality of Service (QoS) levels 0 and 1. The MQTT protocol defines a third level of QoS, level 2, but AWS IoT does not support it. Only the MQTT protocol supports the QoS feature. HTTPS supports QoS by passing a query string parameter ?qos=qos where the value can be 0 or 1.

profile pictureAWS
エキスパート
Greg_B
回答済み 2年前
0

thank you for quick reply.

回答済み 2年前
  • No worries. Please consider to accept my answer so I get the precious 10 points. :-)

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ