docs/design_docs/20220725-dynamic-config.md
Current state: "Accepted"
ISSUE: https://github.com/milvus-io/milvus/issues/18300
Keywords: config etcd
Released: 2.3.0
At present, there are numerous configurations in Milvus that require a restart of Milvus to take effect. This can interrupt service in production environments and is not friendly to operations and maintenance. In this MEP, a solution for dynamically updating configurations will be provided so that users can make configuration changes without restarting the cluster.
Ability to dynamically modify configurations and expose current configuration information through API, simplifying operational complexity.
No new public interfaces changed.
ref: https://github.com/go-chassis/go-archaius/
No-Goal (Not in this release plan)
Compatible with old versions.