apache / rocketmq-operator

Apache RocketMQ Operator
https://rocketmq.apache.org/
Apache License 2.0
314 stars 127 forks source link

Save the configuration of the broker cluster and jvm in the ConfigMap #29

Closed zhihui921016 closed 4 years ago

zhihui921016 commented 4 years ago

FEATURE REQUEST

  1. Please describe the feature you are requesting. Save the configuration of the broker cluster and jvm in the ConfigMap

  2. Provide any additional detail on your proposed use case for this feature.

  3. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue? The current configuration information is stored in the image, we have to rebuild the image every time we modify the configuration. Saving the configuration in ConfigMap is a better choice

  4. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task:

liuruiyiyang commented 4 years ago

See PR #25