Skip to content

Commit 60998be

Browse files
RoRoJbene2k1
andauthored
fix(iot): add mqtt version limitation (#5357)
* fix(iot): add mqtt version limitation * Update pages/iot-hub/faq.mdx * Apply suggestions from code review Co-authored-by: Benedikt Rollik <[email protected]> --------- Co-authored-by: Benedikt Rollik <[email protected]>
1 parent 8d6e0b5 commit 60998be

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

pages/iot-hub/concepts.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ Message filters restrict the messages a device can publish or subscribe to. Each
6666

6767
Message Queuing Telemetry Transport (MQTT) is a lightweight publish/subscribe protocol for exchanging messages between devices and/or applications. Find out more about MQTT [on our blog](https://www.scaleway.com/en/blog/introduction-to-mqtt-protocol/).
6868

69+
<Message type="note">
70+
Scaleway IoT Hub supports MQTT v3.1, but not MQTT v5.
71+
</Message>
72+
6973
## Mutual TLS (mTLS)
7074

7175
Mutual TLS is a method of mutual authentication. It indicates that both the TLS client and TLS server are required to authenticate each other. Each party must therefore possess a certificate to provide to the other, as well as a Certificate Authority to verify the certificate provided by the other party.

pages/iot-hub/faq.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,8 @@ On a dedicated or High-Availability Hub, you are the only customer on the messag
8585
Any MQTT message between the Hub and a Device will be billed. If the message is bigger than 4 kB, then each 4 kB chunk of the message will be counted as a message for billing purposes. For example, a 9 kB message will be billed as 3 messages.
8686

8787
## What is the maximum message size?
88-
The maximum size for a message is 4 MB.
88+
The maximum size for a message is 4 MB.
89+
90+
## Which versions of MQTT are supported by Scaleway IoT Hub?
91+
92+
Scaleway IoT Hub supports MQTT v3.1, but not MQTT v5.

0 commit comments

Comments
 (0)