summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Blease <ablease@vmware.com>2023-05-15 10:44:46 +0100
committerGitHub <noreply@github.com>2023-05-15 10:44:46 +0100
commit8443c761ee2cc9e7b5b8c3be3749ce3cf272c6c5 (patch)
treecbeb519bd5da666ccf2d6d327f9c44195202f176
parent92017ac61274b39ed338f6a7d7a0310dab3fa86a (diff)
downloadrabbitmq-server-git-8443c761ee2cc9e7b5b8c3be3749ce3cf272c6c5.tar.gz
Include UnsubscribeResponse in stream protocol
-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