Xingwang Liu

Results 1 issues of Xingwang Liu

### Feature-request 多个Source存在相同key,在初始化或者配置监听更改时,按照Source初始化的顺序合并,来决定最终的value ### What problem is the feature used to solve? 有基础配置用于决定所有程序基本行为,以及应用偏好配置决定个别程序特殊行为。 比如所有程序默认日志级别,个别程序做特殊调整。 在偏好配置中日志级别的key删除后,需要使用基础配置的key的配置。 ### Requirements description of the feature 比如有配置Source: A, B,程序启动的时候会WithSource(A, B) A里有配置level: debug 程序监听key: level B新增配置level:...

good first issue
feature