Alexandre Beslic
Alexandre Beslic
This is fixed in [abronan/libkv](https://github.com/abronan/libkv) (I tested with that example)
I don't know if this is the right approach to bump the default transient timeout to fix the tests (hitting the error mostly because of limited resources on the CI),...
Hi @JeffChien, thanks for hacking on libkv. I think this is intended. `recursive` here means getting the direct child node values but not one level deeper. If we want this...
@atinmu libkv does not deal with cluster membership, it's out of the scope of the library. The way each distributed consensus system is dealing with membership might be difficult to...
/cc @sanimej
Hi @ringods, thank you for tackling this. I think this should be a separate `etcd3` backend as I'm not sure that backward compatibility is maintained (the distributed lock implementation might...
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...
Hi @talbright, thank you for the contribution. I can definitely see how the fork can improve the overall reliability of programs using libkv. We've seen some odd behavior too with...
Thanks for opening the issue @spikecurtis I'm actually torn between just changing the documentation and waiting for the support in `etcd v3` (which will come at some point in the...
To my understanding, the prefix would only be used for a single unique key `__data__` under each directory (and not every key). So we would have a structure like this:...