Open
Description
Is there an open-source equivalent to CDD?
Since CDD is pretty new within Google, it works like this:
- define a proto that is your config
- implement a stubby service provided by CDD
- on startup, register your proto with CDD
Then you can push config updates to CDD from the CLI and it will broadcast those changes to all your instances by calling the stubby endpoint. It's useful for updating config values without having to restart servers.
Metadata
Metadata
Assignees
Labels
No labels