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

Some config sources shouldn't be reloadable

Open artem-v opened this issue 7 years ago • 1 comments

SystemPropertiesConfigSource, SystemEnvironmentConfigSource and ClassPathConfigSource are immutable by nature => it makes sense not to spend resources on scanning classpath or system prop map.

artem-v avatar Jul 31 '18 14:07 artem-v

System properties can be changed via code.

aharonha avatar May 20 '19 12:05 aharonha