Skip to content

Commit 91871ca

Browse files
Merge pull request #2272 from rabbitmq/rabbitmq-website-1096
Add `rabbitmq_sharding` to Tier 1 plugins list
2 parents 3f4cd4d + d1e1448 commit 91871ca

File tree

4 files changed

+86
-0
lines changed

4 files changed

+86
-0
lines changed

docs/plugins.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,30 @@ The table below lists tier 1 (core) plugins that ship with RabbitMQ.
502502
</td>
503503
</tr>
504504

505+
<tr>
506+
<th>rabbitmq_sharding</th>
507+
<td>
508+
<p>
509+
:::tip
510+
511+
Consider using [streams and partitioned streams](./streams) over this plugin. They target the same
512+
set of use cases but are much more efficient when used with a RabbitMQ Stream Protocol client library.
513+
514+
:::
515+
</p>
516+
<p>
517+
A plug-in for RabbitMQ that provides sharded queues. Sharding is
518+
performed by exchanges, that is, messages will be partitioned
519+
across "shard" queues by one exchange that we define as sharded.
520+
</p>
521+
<ul>
522+
<li>
523+
<a href="https://github.com/rabbitmq/rabbitmq-server/blob/main/deps/rabbitmq_sharding/README.md">README for this plugin</a>
524+
</li>
525+
</ul>
526+
</td>
527+
</tr>
528+
505529
<tr>
506530
<th>rabbitmq_shovel</th>
507531
<td>

versioned_docs/version-3.13/plugins.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,20 @@ The table below lists tier 1 (core) plugins that ship with RabbitMQ.
516516
</td>
517517
</tr>
518518

519+
<tr>
520+
<th>rabbitmq_sharding</th>
521+
<td>
522+
A plug-in for RabbitMQ that provides sharded queues. Sharding is
523+
performed by exchanges, that is, messages will be partitioned
524+
across "shard" queues by one exchange that we define as sharded.
525+
<ul>
526+
<li>
527+
<a href="https://github.com/rabbitmq/rabbitmq-server/blob/main/deps/rabbitmq_sharding/README.md">README for this plugin</a>
528+
</li>
529+
</ul>
530+
</td>
531+
</tr>
532+
519533
<tr>
520534
<th>rabbitmq_shovel</th>
521535
<td>

versioned_docs/version-4.0/plugins.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,30 @@ The table below lists tier 1 (core) plugins that ship with RabbitMQ.
502502
</td>
503503
</tr>
504504

505+
<tr>
506+
<th>rabbitmq_sharding</th>
507+
<td>
508+
<p>
509+
:::tip
510+
511+
Consider using [streams and partitioned streams](./streams) over this plugin. They target the same
512+
set of use cases but are much more efficient when used with a RabbitMQ Stream Protocol client library.
513+
514+
:::
515+
</p>
516+
<p>
517+
A plug-in for RabbitMQ that provides sharded queues. Sharding is
518+
performed by exchanges, that is, messages will be partitioned
519+
across "shard" queues by one exchange that we define as sharded.
520+
</p>
521+
<ul>
522+
<li>
523+
<a href="https://github.com/rabbitmq/rabbitmq-server/blob/main/deps/rabbitmq_sharding/README.md">README for this plugin</a>
524+
</li>
525+
</ul>
526+
</td>
527+
</tr>
528+
505529
<tr>
506530
<th>rabbitmq_shovel</th>
507531
<td>

versioned_docs/version-4.1/plugins.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,30 @@ The table below lists tier 1 (core) plugins that ship with RabbitMQ.
502502
</td>
503503
</tr>
504504

505+
<tr>
506+
<th>rabbitmq_sharding</th>
507+
<td>
508+
<p>
509+
:::tip
510+
511+
Consider using [streams and partitioned streams](./streams/) over this plugin. They target the same
512+
set of use cases but are much more efficient when used with a RabbitMQ Stream Protocol client library.
513+
514+
:::
515+
</p>
516+
<p>
517+
A plug-in for RabbitMQ that provides sharded queues. Sharding is
518+
performed by exchanges, that is, messages will be partitioned
519+
across "shard" queues by one exchange that we define as sharded.
520+
</p>
521+
<ul>
522+
<li>
523+
<a href="https://github.com/rabbitmq/rabbitmq-server/blob/main/deps/rabbitmq_sharding/README.md">README for this plugin</a>
524+
</li>
525+
</ul>
526+
</td>
527+
</tr>
528+
505529
<tr>
506530
<th>rabbitmq_shovel</th>
507531
<td>

0 commit comments

Comments
 (0)