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

[documentation/feature] Consul/etcd support atomic multiple key changes now #698

Closed
strarsis opened this issue Sep 24, 2016 · 3 comments
Closed

Comments

@strarsis
Copy link

strarsis commented Sep 24, 2016

According to current traefik documentation, Consul and etcd backends
do not support updating multiple keys atomically.

However, the referenced issues for consul and etcd have been closed.
Wouldn't this also mean that this feature can be deprecated now
(maybe still useful for older consul and etcd servers)?

@strarsis strarsis changed the title [documentation] Consul supports atomic key changes now [documentation/feature] Consul/etcd support atomic multiple key changes now Sep 24, 2016
@emilevauge
Copy link
Member

emilevauge commented Sep 26, 2016

@strarsis We use https://github.com/docker/libkv to abstract kv stores connections. Until this feature is supported in libkv, we still need to use the hacky way http://docs.traefik.io/v1.0/toml/#atomic-configuration-changes.

@strarsis
Copy link
Author

So an issue is left in libkv and not in Consul or etcd.

@Leon99
Copy link

Leon99 commented Feb 18, 2019

It's been a while and it looks like libkv supports it now:
image

It's possible that I'm looking at a wrong thing though, @emilevauge if this is the case, could you possibly link libkv issue re. Consul support so we could track that?

@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants