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
290
290
```
291
291
292
292
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.
294
294
295
295
=== PublishConfirm
296
296
@@ -398,7 +398,7 @@ Deliver => Key Version SubscriptionId OsirisChunk
398
398
DataLength => uint32
399
399
TrailerLength => uint32
400
400
BloomSize => uint8 // size of bloom filter data
401
- Reserved => unit24 // unused 3 bytes
401
+ Reserved => uint24 // unused 3 bytes
402
402
BloomFilterData => [uint8] // bloom filter data, the size of the array is defined by BloomSize
403
403
Messages => [Message] // a continous collection of messages, the size of the array is defined by NumEntries
404
404
Message => EntryTypeAndSize
@@ -425,7 +425,7 @@ Deliver => Key Version SubscriptionId CommittedOffset OsirisChunk
425
425
DataLength => uint32
426
426
TrailerLength => uint32
427
427
BloomSize => uint8 // size of bloom filter data
428
- Reserved => unit24 // unused 3 bytes
428
+ Reserved => uint24 // unused 3 bytes
429
429
BloomFilterData => [uint8] // bloom filter data, the size of the array is defined by BloomSize
430
430
Messages => [Message] // a continous collection of messages, the size of the array is defined by NumEntries
431
431
Message => EntryTypeAndSize
You can’t perform that action at this time.
0 commit comments