Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow dynamic configuration of application settings #83

Open
ScottMansfield opened this issue Jun 7, 2016 · 0 comments
Open

Allow dynamic configuration of application settings #83

ScottMansfield opened this issue Jun 7, 2016 · 0 comments

Comments

@ScottMansfield
Copy link
Contributor

Netflix applications normally have a way of dynamically configuring themselves at runtime in reaction to changes in Archaius properties. There is a common library (in Java) that manages scoping these properties down to a single box running i the cloud.

Rend will not have the ability to read these fast properties, but will instead expose a common way of configuring internal properties to allow code to be dynamically configured at runtime. This could be used to, for example, disable reads from L1 at runtime to stress the L2 or do failure testing.

This will operate in conjunction with the Prana sidecar which will use the pre-existing Archaius libraries to receive property changed events and properly poke rend to update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant