Skip to content

Commit 49d6bb8

Browse files
Merge pull request #289494 from PatAltimore/patricka-mqtt-release-aio-m3
MQTT broker changes for M3
2 parents 633f37f + f19f6c4 commit 49d6bb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-operations/create-edge-apps/concept-about-state-store-protocol.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: PatAltimore
55
ms.author: patricka
66
ms.subservice: azure-mqtt-broker
77
ms.topic: concept-article
8-
ms.date: 07/02/2024
8+
ms.date: 10/30/2024
99

1010
# CustomerIntent: As a developer, I want understand what the MQTT broker state store protocol is, so
1111
# that I can implement a client app to interact with the MQ state store.
@@ -198,10 +198,10 @@ The following is the current list of error strings. Your client application shou
198198

199199
| Error string returned from state store | Explanation |
200200
|----------------------------------------|-------------------------------------------------------------------------------------------------------------|
201-
| the requested timestamp is too far in the future; ensure that the client and broker system clocks are synchronized | Unexpected requested timestamp caused by the state store and client clocks are not in sync. |
201+
| the request timestamp is too far in the future; ensure that the client and broker system clocks are synchronized | Unexpected request timestamp caused by the state store and client clocks are not in sync. |
202202
| a fencing token is required for this request | Error occurs if a key is marked with a fencing token, but the client doesn't specify the fencing token. |
203-
| the requested fencing token timestamp is too far in the future; ensure that the client and broker system clocks are synchronized | Unexpected fencing token timestamp caused by the state store and client clocks are not in sync. |
204-
| the requested fencing token is a lower version that the fencing token protecting the resource | Incorrect requested fencing token version. For more information, see [Versioning and hybrid logical clocks].(#versioning-and-hybrid-logical-clocks) |
203+
| the request fencing token timestamp is too far in the future; ensure that the client and broker system clocks are synchronized | Unexpected fencing token timestamp caused by the state store and client clocks are not in sync. |
204+
| the request fencing token is a lower version that the fencing token protecting the resource | Incorrect request fencing token version. For more information, see [Versioning and hybrid logical clocks].(#versioning-and-hybrid-logical-clocks) |
205205
| the quota has been exceeded | The state store has a quota of how many keys it can store, which is based on the memory profile of the MQTT broker that's specified. |
206206
| syntax error | The payload sent doesn't conform to state store's definition. |
207207
| not authorized | Authorization error |

0 commit comments

Comments
 (0)