archaius
archaius copied to clipboard
Question: AbstractPollingScheduler Delete From Source
The property ignoreDeletesFromSource in the AbstractPollingScheduler is used to remove properties that are deleting from the source that backs the Property provider. The current implementation has just one property store in memory which has the environment properties and also the properties that are dynamically loaded from a configuration source.
If the ignoreDeletesFromSource is set to false, the properties that are loaded as part of environment variables or other sources that are not from the dynamic configuration source will all be deleted when the configuration is installed. Can this be prevented somehow?
I am also interested in this change.
V1 is deprecated and no longer maintained. V2 does not have this flag.