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

CDD #107

Open
robbrit opened this issue Mar 13, 2020 · 1 comment
Open

CDD #107

robbrit opened this issue Mar 13, 2020 · 1 comment

Comments

@robbrit
Copy link

robbrit commented Mar 13, 2020

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.

@pkern
Copy link

pkern commented Jun 22, 2021

CDD has been long deprecated and was watching a config file in Chubby.

I'd be interested in an open source equivalent to CDPush/Conductor. The former being close to what you described. Surely there must be a config push system outside of Google? :)

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

No branches or pull requests

2 participants