summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <klishinm@vmware.com>2023-05-15 14:35:03 +0400
committerGitHub <noreply@github.com>2023-05-15 14:35:03 +0400
commitffa65a88db1169a0a9dbc95963564de677b66688 (patch)
treecbeb519bd5da666ccf2d6d327f9c44195202f176
parent92017ac61274b39ed338f6a7d7a0310dab3fa86a (diff)
parent8443c761ee2cc9e7b5b8c3be3749ce3cf272c6c5 (diff)
downloadrabbitmq-server-git-ffa65a88db1169a0a9dbc95963564de677b66688.tar.gz
Merge pull request #8189 from rabbitmq/unsubscribe-response
UnsubscribeResponse in stream protocol doc
-rw-r--r--deps/rabbitmq_stream/docs/PROTOCOL.adoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/rabbitmq_stream/docs/PROTOCOL.adoc b/deps/rabbitmq_stream/docs/PROTOCOL.adoc
index e54c1fdb5a..a56b07e891 100644
--- a/deps/rabbitmq_stream/docs/PROTOCOL.adoc
+++ b/deps/rabbitmq_stream/docs/PROTOCOL.adoc
@@ -451,6 +451,12 @@ Unsubscribe => Key Version CorrelationId SubscriptionId
Version => uint16
CorrelationId => uint32
SubscriptionId => uint8
+
+UnsubscribeResponse => Key Version CorrelationId ResponseCode
+ Key => uint16 // 0x800c
+ Version => uint16
+ CorrelationId => uint32
+ ResponseCode => uint16
```
=== Create