Skip to content

Commit 936499c

Browse files
author
Michael Klishin
committed
Stream protocol doc: unit24 => uint24 #11329
1 parent 6e778eb commit 936499c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps/rabbitmq_stream/docs/PROTOCOL.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Publish => Key Version PublisherId PublishedMessages
290290
```
291291

292292
1. Use version 1 if there is no filter value.
293-
2. Use version 2 if there is a filter value.
293+
2. Use version 2 if there is a filter value.
294294

295295
=== PublishConfirm
296296

@@ -398,7 +398,7 @@ Deliver => Key Version SubscriptionId OsirisChunk
398398
DataLength => uint32
399399
TrailerLength => uint32
400400
BloomSize => uint8 // size of bloom filter data
401-
Reserved => unit24 // unused 3 bytes
401+
Reserved => uint24 // unused 3 bytes
402402
BloomFilterData => [uint8] // bloom filter data, the size of the array is defined by BloomSize
403403
Messages => [Message] // a continous collection of messages, the size of the array is defined by NumEntries
404404
Message => EntryTypeAndSize
@@ -425,7 +425,7 @@ Deliver => Key Version SubscriptionId CommittedOffset OsirisChunk
425425
DataLength => uint32
426426
TrailerLength => uint32
427427
BloomSize => uint8 // size of bloom filter data
428-
Reserved => unit24 // unused 3 bytes
428+
Reserved => uint24 // unused 3 bytes
429429
BloomFilterData => [uint8] // bloom filter data, the size of the array is defined by BloomSize
430430
Messages => [Message] // a continous collection of messages, the size of the array is defined by NumEntries
431431
Message => EntryTypeAndSize

0 commit comments

Comments
 (0)