Skip to content

Commit c69e780

Browse files
committed
Khepri: Mark khepri_db as stable
[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.
1 parent 4e6ab72 commit c69e780

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deps/rabbit/src/rabbit_core_ff.erl

+1-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@
148148
{khepri_db,
149149
#{desc => "New Raft-based metadata store.",
150150
doc_url => "https://www.rabbitmq.com/docs/next/metadata-store",
151-
stability => experimental,
152-
experiment_level => supported,
151+
stability => stable,
153152
depends_on => [feature_flags_v2,
154153
direct_exchange_routing_v2,
155154
maintenance_mode_status,

0 commit comments

Comments
 (0)