rabbitmq / cluster-operator

RabbitMQ Cluster Kubernetes Operator
https://www.rabbitmq.com/kubernetes/operator/operator-overview.html
Mozilla Public License 2.0
881 stars 272 forks source link

Increase maximum length of additionalConfig #1707

Closed eisendle closed 2 months ago

eisendle commented 2 months ago

Is your feature request related to a problem? Please describe.

Currently the attribute additionalConfig of the RabbitmqCluster resource is limited to 2000 characters. We're running in this limitation with a moderate sized config.

Describe the solution you'd like Is it possible to increase the size limit to 100000 character like it's already for advancedConfig.

Describe alternatives you've considered Using advancedConfig would be possible, but even the documentation mentions to use the ini-style config instead of the Erlang-style config.