scalecube-config icon indicating copy to clipboard operation
scalecube-config copied to clipboard

Unknown order for properties files with same name

Open lightZebra opened this issue 5 years ago • 1 comments

If we have 2 or more config.properties files with same name and key and different value we don't know which one would be applied.

lightZebra avatar Feb 24 '20 15:02 lightZebra

IMO it makes sense to look at https://github.com/scalecube/scalecube-config/blob/develop/config/src/main/java/io/scalecube/config/source/ClassPathConfigSource.java#L103

artem-v avatar Feb 25 '20 09:02 artem-v