You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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? :)
protoconf.dev seems to be close. It doesn't have all of the features of Google's internal config push systems (of course), but it does roughly what the original post asks for.
Is there an open-source equivalent to CDD?
Since CDD is pretty new within Google, it works like this:
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.
The text was updated successfully, but these errors were encountered: