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
Is your feature request related to a problem? Please describe.
Add support for advanced.config.
Location of advanced config is configurable through environment variable RABBITMQ_ADVANCED_CONFIG_FILE=/path/to/a/custom/location/advanced.config. By default, it is at /etc/rabbitmq/ same as rabbitmq.conf
Describe the solution you'd like
spec:
rabbitmq:
advancedConfig: |
# content of the config file
...
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Similarly to rabbitmq.conf, advanced config might need server restart for updating.
The text was updated successfully, but these errors were encountered:
* Add support for advanced.config
- related to issue #219
- configured through `spec.rabbitmq.advancedConfig` as
a string
- updating advancedConfig will trigger a sts rolling restart
bc similar to `rabbitmq.conf`, advanced config is loaded at
node start
- set maxLength for advancedConfig to 100000
* Add support for advanced.config
- related to issue #219
- configured through `spec.rabbitmq.advancedConfig` as
a string
- updating advancedConfig will trigger a sts rolling restart
bc similar to `rabbitmq.conf`, advanced config is loaded at
node start
- set maxLength for advancedConfig to 100000
Is your feature request related to a problem? Please describe.
Add support for
advanced.config
.Location of advanced config is configurable through environment variable
RABBITMQ_ADVANCED_CONFIG_FILE=/path/to/a/custom/location/advanced.config
. By default, it is at/etc/rabbitmq/
same asrabbitmq.conf
Describe the solution you'd like
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Similarly to
rabbitmq.conf
, advanced config might need server restart for updating.The text was updated successfully, but these errors were encountered: