Skip to content

Commit

Permalink
Merge pull request #12322 from rabbitmq/mk-khepri-ff-description
Browse files Browse the repository at this point in the history
Khepri feature flag: add a documentation URL
  • Loading branch information
michaelklishin authored Sep 17, 2024
2 parents e1327ae + 27dac87 commit 9b0d564
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 9b0d564

Please sign in to comment.