scalecube-config
scalecube-config copied to clipboard
Some config sources shouldn't be reloadable
SystemPropertiesConfigSource, SystemEnvironmentConfigSource and ClassPathConfigSource are immutable by nature => it makes sense not to spend resources on scanning classpath or system prop map.
System properties can be changed via code.