File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
deps/rabbitmq_stream/docs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ Publish => Key Version PublisherId PublishedMessages
290290```
291291
2922921. 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
You can’t perform that action at this time.
0 commit comments