Can rabbitmq.conf be used to enable feature flags? #12062
-
For eg something like this: feature_flags.stream_single_active_consumer = enabled ? I could see this around enabling feature flags: https://www.rabbitmq.com/docs/feature-flags#how-to-enable-feature-flags |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, since feature flags are not node-specific configuration settings and they cannot be disabled once enabled. They are shared cluster state. You can enable all stable feature flag with a single command on any cluster node, after all nodes have been upgraded to a version that supports that flag. |
Beta Was this translation helpful? Give feedback.
No, since feature flags are not node-specific configuration settings and they cannot be disabled once enabled.
They are shared cluster state. You can enable all stable feature flag with a single command on any cluster node, after all nodes have been upgraded to a version that supports that flag.