archaius icon indicating copy to clipboard operation
archaius copied to clipboard

Question: AbstractPollingScheduler Delete From Source

Open sandy-adi opened this issue 4 years ago • 1 comments

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?

sandy-adi avatar Apr 08 '20 23:04 sandy-adi

I am also interested in this change.

rajc28 avatar Jul 17 '20 11:07 rajc28

V1 is deprecated and no longer maintained. V2 does not have this flag.

rgallardo-netflix avatar Feb 15 '23 21:02 rgallardo-netflix