Skip to content

Commit 698cdc5

Browse files
author
Michael Klishin
committed
More editing #11329
1 parent 936499c commit 698cdc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbitmq_stream/docs/PROTOCOL.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 => uint24 // unused 3 bytes
401+
Reserved => uint24 // 24 bits reserved for future use
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 => uint24 // unused 3 bytes
428+
Reserved => uint24 // 24 bits reserved for future use
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)