Skip to content

Commit cf0708a

Browse files
korsmakolnikovmergify-bot
authored and
mergify-bot
committed
Fix store offset parameters
As you can see https://github.com/rabbitmq/rabbitmq-server/blob/860333a08816e05749ebfbdad32a7da66d5c9b3f/deps/rabbitmq_stream_common/src/rabbit_stream_core.erl#L239 There is the stream name and not the subscription id in this message. (cherry picked from commit 2246727)
1 parent 62b1d4b commit cf0708a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_stream/docs/PROTOCOL.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ StoreOffset => Key Version Reference Stream Offset
370370
Key => uint16 // 10
371371
Version => uint16
372372
Reference => string // max 256 characters
373-
SubscriptionId => uint8
373+
Stream => string // the name of the stream
374374
Offset => uint64
375375
```
376376

0 commit comments

Comments
 (0)