Skip to content

Commit

Permalink
Khepri feature flag: add a documentation URL
Browse files Browse the repository at this point in the history
That links to the vNext version of the site for
now. In 4.0.x, we can change it to the vCurrent
version.
  • Loading branch information
michaelklishin committed Sep 17, 2024
1 parent e1327ae commit 27dac87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbit/src/rabbit_core_ff.erl
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
-rabbit_feature_flag(
{khepri_db,
#{desc => "New Raft-based metadata store. Fully supported as of RabbitMQ 4.0",
doc_url => "", %% TODO
doc_url => "https://www.rabbitmq.com/docs/next/metadata-store",
stability => experimental,
depends_on => [feature_flags_v2,
direct_exchange_routing_v2,
Expand Down

0 comments on commit 27dac87

Please sign in to comment.