aboutsummaryrefslogtreecommitdiff
path: root/weed/mq/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'weed/mq/README.md')
-rw-r--r--weed/mq/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/weed/mq/README.md b/weed/mq/README.md
index d4e2d5843..6a641c009 100644
--- a/weed/mq/README.md
+++ b/weed/mq/README.md
@@ -25,6 +25,10 @@ SeaweedMQ is designed for use cases that need to:
* Pass messages by reference instead of copying.
* Clients can optionally upload the messages first and just submit the references.
* Drastically reduce the broker load.
+* Stateless brokers
+ * All brokers are equal. One broker is dynamically picked as the leader.
+ * Add brokers at any time.
+ * Allow rolling restart brokers or remove brokers at a pace.
# Design