You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some feature flags are disabled by default because RabbitMQ itself cannot tell whether it's starting a fresh node or not at the time it needs to decide the state of a feature flag. To be on the safe side - those flags are disabled. The operator however, can distinguish between a fresh cluster deployment and update/upgrade and should therefore enable all feature flags when deploying a new cluster so that all features are available by default. At this time, these disabled-by-default feature flags are drop_unroutable_metric and empty_basic_get_metric but ideally, we should make the implementation generic so that we always enable all feature flags when deploying a new cluster.
The text was updated successfully, but these errors were encountered:
* Enable all feature flags for new clusters
Closes#414
* Rename post deploy to CLI
because the RabbitMQ CLI commands get executed at the end of the
reconcile loop which does not necessarily mean that a deployment just finished.
This commit also fixes a bug where the rabbitmq-plugins command was run on
every successful reconile loop.
Some feature flags are disabled by default because RabbitMQ itself cannot tell whether it's starting a fresh node or not at the time it needs to decide the state of a feature flag. To be on the safe side - those flags are disabled. The operator however, can distinguish between a fresh cluster deployment and update/upgrade and should therefore enable all feature flags when deploying a new cluster so that all features are available by default. At this time, these disabled-by-default feature flags are
drop_unroutable_metric
andempty_basic_get_metric
but ideally, we should make the implementation generic so that we always enable all feature flags when deploying a new cluster.The text was updated successfully, but these errors were encountered: