This repository was archived by the owner on Jan 19, 2022. It is now read-only.
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
Parameter Store: Support for periodic polling / refresh #421
Open
Description
I have recently added Parameter Store support via this library in addition to the existing Consul support to our application of ours. The latter periodically polls Consul for values and applies them to the application context - this makes it incredibly useful when we need to adjust logging levels, for instance.
We do not see such behaviour with the Parameter Store support in this library. Would it be possible to port across the functionality? The same may be relevant to Secrets Manager support, although there may be ramifications for connections such as JDBC.