Skip to content

Commit 359accc

Browse files
1 parent 6d19d4f commit 359accc

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

docs/feature-flags/index.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,16 @@ enabled promptly after upgrading all nodes in a RabbitMQ cluster to version
319319

320320
The following feature flags are provided by RabbitMQ core.
321321

322+
:::info
323+
324+
Most feature flags listed below have very brief descriptions. They exist to
325+
avoid potentially unsafe operations in mixed-version clusters, correct
326+
a behavior that must be consistent across all cluster nodes, and so on.
327+
328+
`khepri_db` is one exception because of [it scope](./metadata-store).
329+
330+
:::
331+
322332
<table>
323333
<tr>
324334
<th>Required</th>
@@ -349,7 +359,7 @@ The following feature flags are provided by RabbitMQ core.
349359
<td>khepri_db</td>
350360
<td>
351361
<p>
352-
Enables <a href="https://github.com/rabbitmq/khepri">Khepri</a>, a Raft-based schema data store
362+
Enables <a href="./metadata-store">Khepri</a>, a Raft-based schema data store
353363
with vastly superior (namely more predictable) node and network failure recovery characteristics
354364
compared to Mnesia.
355365
</p>
@@ -378,6 +388,15 @@ The following feature flags are provided by RabbitMQ core.
378388
</td>
379389
</tr>
380390
391+
<tr>
392+
<td></td>
393+
<td>4.0</td>
394+
<td>rabbit_exchange_type_local_random</td>
395+
<td>
396+
Use by the <a href="./local-random-exchange">Local Random Exchange</a>.
397+
</td>
398+
</tr>
399+
381400
<tr>
382401
<td></td>
383402
<td>3.13.1</td>

versioned_docs/version-4.0/feature-flags/index.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,16 @@ enabled promptly after upgrading all nodes in a RabbitMQ cluster to version
319319

320320
The following feature flags are provided by RabbitMQ core.
321321

322+
:::info
323+
324+
Most feature flags listed below have very brief descriptions. They exist to
325+
avoid potentially unsafe operations in mixed-version clusters, correct
326+
a behavior that must be consistent across all cluster nodes, and so on.
327+
328+
`khepri_db` is one exception because of [it scope](./metadata-store).
329+
330+
:::
331+
322332
<table>
323333
<tr>
324334
<th>Required</th>
@@ -349,7 +359,7 @@ The following feature flags are provided by RabbitMQ core.
349359
<td>khepri_db</td>
350360
<td>
351361
<p>
352-
Enables <a href="https://github.com/rabbitmq/khepri">Khepri</a>, a Raft-based schema data store
362+
Enables <a href="./metadata-store">Khepri</a>, a Raft-based schema data store
353363
with vastly superior (namely more predictable) node and network failure recovery characteristics
354364
compared to Mnesia.
355365
</p>
@@ -378,6 +388,15 @@ The following feature flags are provided by RabbitMQ core.
378388
</td>
379389
</tr>
380390
391+
<tr>
392+
<td></td>
393+
<td>4.0</td>
394+
<td>rabbit_exchange_type_local_random</td>
395+
<td>
396+
Use by the <a href="./local-random-exchange">Local Random Exchange</a>.
397+
</td>
398+
</tr>
399+
381400
<tr>
382401
<td></td>
383402
<td>3.13.1</td>

0 commit comments

Comments
 (0)