bacongobbler / confd

Manage local application configuration files using templates and data from etcd
MIT License
21 stars 11 forks source link

Missed updates with etcdv2 backend #4

Closed robbrockbank closed 7 years ago

robbrockbank commented 7 years ago

After upgrading my confd from v0.10.0 to v0.12.0, I seem to be hitting issues where some of the files created by the template do not contain the latest contents of etcd - it looks as though it's missing an update.

We have quite a lot of different templates monitoring a bunch of different prefixes and so there are quite a few updates going on.

Do you have recommendation of how best to diagnose/investigate this, and whether any changes between v0.10.0 and v0.12.1 leap out that might be the cause of these missed updates?

bacongobbler commented 7 years ago

Yes, check out the master branch and you can diff/compare against Kelsey's master branch.

HeavyHorst commented 7 years ago

We switched from the deprecated etcd client lib to the new one.

bacongobbler commented 7 years ago

I'm no longer maintaining this fork. Please make the change upstream. There are new maintainers taking over development of confd so this fork is no longer needed.