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

support for mkdir? #97

Open
streamnsight opened this issue Dec 11, 2015 · 1 comment
Open

support for mkdir? #97

streamnsight opened this issue Dec 11, 2015 · 1 comment

Comments

@streamnsight
Copy link

etcd supports mkdir but libkv does not.
is it intentional?

@abronan
Copy link
Contributor

abronan commented Dec 11, 2015

Hi @streamnsight,

Yes, because Consul does not support mkdir, etcd is the only store making a strict distinction between directories and keys (which is even stronger than the notion of znode in zookeeper, because zk can store a value in a znode).

Current work on etcd APIv3 will get rid of that distinction between keys and directories.

See #20 for more details on that issue.

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

No branches or pull requests

2 participants