Skip to content

Commit edaa831

Browse files
Address review comments
1 parent 8268d68 commit edaa831

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/dev/adr/0020-large-message-chunking.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ We will implement sdk-level message chunking as part of the MQTT layer by using
1212
The chunking mechanism will:
1313
1. Be applied only to MQTT PUBLISH packets
1414
2. Use standardized user properties for chunk metadata:
15-
- `__ci`: Chunk index in the sequence (0-based)
16-
- `__tc`: Total number of chunks in the complete message
17-
- `__mid`: Original message identifier for reassembly
18-
- `__cs`: Optional hash/checksum of complete payload
15+
- `__chunk`: `mid:<original message id>;ci:<chunk index>;tc:<total chunk count>;cs:<full message check sum>`; `mid,ci` - present for every chunk; `tc,cs` - present only for the first chunk.
1916

2017
### Protocol Flow
2118
**Sending Process:**

0 commit comments

Comments
 (0)