rabbit.forced_feature_flags_on_init: document relative operations

{rel, ListToAdd, ListToSkip} values can be particularly
useful in certain suits.
This commit is contained in:
Michael Klishin 2025-08-18 19:03:05 -04:00
parent a1a49ff447
commit 1d9c156829
No known key found for this signature in database
GPG Key ID: 16AB14D00D613900
1 changed files with 3 additions and 0 deletions

View File

@ -788,6 +788,9 @@ get_stable_feature_flags(#{feature_flags := FeatureFlags}) ->
%% `{rabbit, [{forced_feature_flags_on_init, [rabbitmq_4.0.0, khepri_db]}]}'.</li>
%% </ol>
%%
%% There's also a way to enable specific flags and skip others:
%% `{rabbit, [{forced_feature_flags_on_init, {rel, ListToEnable, ListToSkip}}]}'.
%%
%% The environment variable has precedence over the configuration parameter.
%%
%% @private