emqx / emqx-operator

A Kubernetes Operator for EMQX
https://www.emqx.com
Apache License 2.0
203 stars 64 forks source link

Support ignore_readonly for EMQX configure API #1051

Open Rory-Z opened 1 month ago

Rory-Z commented 1 month ago

EMQX 5.7.0 supported ignore_readonly=true for /api/v5/configs, so EMQX operator doesn't need to parse HOCON config

Ref: https://github.com/emqx/emqx/pull/12940