Skip to content

Commit

Permalink
Khepri: Mark khepri_db as stable
Browse files Browse the repository at this point in the history
[Why]
The intent is to have it stable and enabled by default for new
deployment in RabbitMQ 4.1.x.

To prepare for this goal, it is time to mark the feature flag as stable
to let us iron out the library and its integration into RabbitMQ.

This is not a commitment at this stage: we will revisit this near the
beginning of the release cycle and commit to it or revert to
experimental.
  • Loading branch information
dumbbell committed Dec 18, 2024
1 parent 4e6ab72 commit c69e780
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deps/rabbit/src/rabbit_core_ff.erl
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@
{khepri_db,
#{desc => "New Raft-based metadata store.",
doc_url => "https://www.rabbitmq.com/docs/next/metadata-store",
stability => experimental,
experiment_level => supported,
stability => stable,
depends_on => [feature_flags_v2,
direct_exchange_routing_v2,
maintenance_mode_status,
Expand Down

0 comments on commit c69e780

Please sign in to comment.