Skip to content

Commit db6e46f

Browse files
Merge pull request #290596 from PatAltimore/patricka-state-store-release-aio-ga
Add keynotify clarification
2 parents 8a2388b + 5e60133 commit db6e46f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: Learn about the MQTT broker state store protocol
33
description: Learn how to implement an MQTT broker state store protocol client
44
author: PatAltimore
55
ms.author: patricka
6+
ms.service: azure-iot-operations
67
ms.subservice: azure-mqtt-broker
78
ms.topic: concept-article
8-
ms.date: 10/30/2024
9+
ms.date: 11/15/2024
910

1011
# CustomerIntent: As a developer, I want understand what the MQTT broker state store protocol is, so
1112
# that I can implement a client app to interact with the state store.
12-
ms.service: azure-iot-operations
1313
---
1414

1515
# State store protocol
@@ -465,6 +465,8 @@ $3<CR><LF>
465465
abc<CR><LF>
466466
```
467467

468+
The `KEYNOTIFY` notification message contains the timestamp of the value when notifying a client about a SET request (value updated) or when notifying a client about a DEL or VDEL request (value deleted). The timestamp is included as part of the message's MQTT v5 User Property __ts. For more information, see the section [Versions as Hybrid Logical Clocks](#versions-as-hybrid-logical-clocks).
469+
468470
## Related content
469471

470472
- [MQTT broker overview](../manage-mqtt-broker/overview-broker.md)

0 commit comments

Comments
 (0)