Skip to content

Commit 27dac87

Browse files
Khepri feature flag: add a documentation URL
That links to the vNext version of the site for now. In 4.0.x, we can change it to the vCurrent version.
1 parent e1327ae commit 27dac87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_core_ff.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
-rabbit_feature_flag(
131131
{khepri_db,
132132
#{desc => "New Raft-based metadata store. Fully supported as of RabbitMQ 4.0",
133-
doc_url => "", %% TODO
133+
doc_url => "https://www.rabbitmq.com/docs/next/metadata-store",
134134
stability => experimental,
135135
depends_on => [feature_flags_v2,
136136
direct_exchange_routing_v2,

0 commit comments

Comments
 (0)