summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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