File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
deps/rabbitmq_stream/docs Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ DeclarePublisherRequest => Key Version CorrelationId PublisherId [PublisherRefer
227
227
PublisherReference => string // max 256 characters
228
228
Stream => string
229
229
230
- DeclarePublisherResponse => Key Version CorrelationId ResponseCode PublisherId
230
+ DeclarePublisherResponse => Key Version CorrelationId ResponseCode
231
231
Key => uint16 // 1
232
232
Version => uint16
233
233
CorrelationId => uint32
@@ -491,12 +491,14 @@ SaslHandshakeRequest => Key Version CorrelationId Mechanism
491
491
Key => uint16 // 18
492
492
Version => uint16
493
493
CorrelationId => uint32
494
+ Mechanism => string
494
495
495
- SaslHandshakeResponse => Key Version CorrelationId ResponseCode [Mechanism ]
496
+ SaslHandshakeResponse => Key Version CorrelationId ResponseCode [Mechanisms ]
496
497
Key => uint16 // 18
497
498
Version => uint16
498
499
CorrelationId => uint32
499
500
ResponseCode => uint16
501
+ Mechanisms => [Mechanism]
500
502
Mechanism => string
501
503
```
502
504
You can’t perform that action at this time.
0 commit comments