summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <klishinm@vmware.com>2021-07-20 18:36:34 +0300
committerGitHub <noreply@github.com>2021-07-20 18:36:34 +0300
commitc973a934457a83595ef1ac15932a65a09f942b22 (patch)
tree901ebecbbe5983a3db4e2d336c1f575fa558e825
parentdb35a3409bf53e3929e27ab5ded0d3a806a1e8e3 (diff)
parentde0f7952e9b96020f80dcf902099273406d2e8a0 (diff)
downloadrabbitmq-server-git-c973a934457a83595ef1ac15932a65a09f942b22.tar.gz
Merge pull request #3203 from rabbitmq/remove_project_maturity
Remove project maturity warning
-rw-r--r--deps/rabbitmq_stream/README.adoc8
-rw-r--r--deps/rabbitmq_stream/docs/PROTOCOL.adoc5
2 files changed, 5 insertions, 8 deletions
diff --git a/deps/rabbitmq_stream/README.adoc b/deps/rabbitmq_stream/README.adoc
index ddec85887c..5cc6cf8a5f 100644
--- a/deps/rabbitmq_stream/README.adoc
+++ b/deps/rabbitmq_stream/README.adoc
@@ -15,20 +15,12 @@ is currently the best way to experiment with the plugin.
The plugin uses a link:docs/PROTOCOL.adoc[custom binary protocol].
-== Project Maturity
-
-The project is in early stages of development and is considered experimental.
-It is not ready for production use.
== Support
* For questions: https://groups.google.com/forum/#!forum/rabbitmq-users[RabbitMQ Users]
* For bugs and feature requests: https://github.com/rabbitmq/rabbitmq-server/issues[GitHub Issues]
-The project is currently under development, there is no guarantee yet that it will be maintained and supported
-in the future (read: you are welcome to experiment with it and give feedback, but please do not base
-your whole business on it).
-
== Licensing
Released under the link:LICENSE-MPL-RabbitMQ[MPL 2.0].
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