From 8443c761ee2cc9e7b5b8c3be3749ce3cf272c6c5 Mon Sep 17 00:00:00 2001 From: Alex Blease Date: Mon, 15 May 2023 10:44:46 +0100 Subject: Include UnsubscribeResponse in stream protocol --- deps/rabbitmq_stream/docs/PROTOCOL.adoc | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.1