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.
Is your feature request related to a problem? Please describe.
Currently the attribute
additionalConfig
of theRabbitmqCluster
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.