womeik

Results 3 issues of womeik

## 目标 ### 多数据源 定义标准化的接口来适配不同的数据源。 数据源可以是环境变量,本地文件,这两个由框架内置,也可以是常见的配置中心,例如 etcd、nacos 和 apollo 等,会由 kitex-contrib 来提供。 如果有特殊需求,可以通过接口实现来适配。 支持一次性从多个数据源加载数据,key 相同的配置将会被覆盖,具体的优先级由配置源实现中的读取顺序来决定。 ### 多格式 支持多种格式的数据解析,内置常见的 json 和 yaml,如果用户有需要可以实现对应的 Decoder 接口。 ### 动态加载 在应用启动阶段会首次加载所需配置,并在后台监听配置的变更,自动重新加载最新配置,服务不需要重启便能更新配置。 ### 可观察性 能够观察到当前正在使用的配置,以及配置的每次变更事件,以便排查问题。 ##...

proposal

#### What type of PR is this? chore #### What this PR does / why we need it (en: English/zh: Chinese): en: fix the typos in remote module about go...

#### What type of PR is this? feat: export the remote config APIs #### What this PR does / why we need it (en: English/zh: Chinese): en: export the remote...