summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Santomaggio <g.santomaggio@gmail.com>2021-07-20 09:55:25 +0200
committerGabriele Santomaggio <g.santomaggio@gmail.com>2021-07-20 09:55:25 +0200
commitde0f7952e9b96020f80dcf902099273406d2e8a0 (patch)
tree7cfa7e63f8ccba1736de437ae8b55f4e81e7c1e9
parent84f51d79269f0856b8d150f00547dfa9674841cc (diff)
downloadrabbitmq-server-git-de0f7952e9b96020f80dcf902099273406d2e8a0.tar.gz
Add resources link
to client guide line and streams internals
-rw-r--r--deps/rabbitmq_stream/docs/PROTOCOL.adoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/rabbitmq_stream/docs/PROTOCOL.adoc b/deps/rabbitmq_stream/docs/PROTOCOL.adoc
index 71e299f98a..1cbc842b13 100644
--- a/deps/rabbitmq_stream/docs/PROTOCOL.adoc
+++ b/deps/rabbitmq_stream/docs/PROTOCOL.adoc
@@ -655,3 +655,8 @@ The client answers with a `Tune` frame with the settings he agrees on, possibly
from the server's suggestions.
* Open: the client sends an `Open` frame to pick a virtual host to connect to. The server
answers whether it accepts the access or not.
+
+== Resources
+
+- [RabbitMQ stream client](https://docs.google.com/presentation/d/1Hlv4qaWm2PRU04dVPmShP9wU7TEQEttXdsbV8P54Uvw/edit#slide=id.gdbeadf9676_0_37): a general guide line to write a stream client
+- [RabbitMQ Streams Internals](https://docs.google.com/presentation/d/1BFwf01LcicZ-SyxE1CycZv2gUQMPFGdtFkVuXhgkoTE/edit#slide=id.p1): how the streams work internally