We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c8380 commit f493529Copy full SHA for f493529
deps/rabbitmq_sharding/README.md
@@ -36,6 +36,15 @@ Message distribution between shards (partitioning) is achieved
36
with a custom exchange type that distributes messages by applying
37
a hashing function to the routing key.
38
39
+## Sharding and Queue Replication
40
+
41
+Sharding performed by this plugin makes sense for **non-replicated classic queues** only.
42
43
+Combining sharding with a replicated queue type, e.g. [quorum queues]() or
44
+(**deprecated**) mirrored classic queues will lose most or all of the benefits offered
45
+by this plugin.
46
47
+Do not use this plugin with quorum queues. Avoid classic mirrored queues in general.
48
49
## Messages Distribution Between Shards (Partitioning)
50
0 commit comments