Giuseppe Lavagetto

Results 22 comments of Giuseppe Lavagetto

I don't think there is an easy way to have aio support in python-etcd without adding some alternative API. To be honest, I have no time to work on this...

@gst I kinda concur with @lechat but let me think about it a bit, as I see your point about clarity.

@gst one thing I don't understand is why you do a read with recursive=True on a large tree and then expect the **repr** of that to be small.... that's not...

So, let's reason of what we expect to happen if the cluster goes down; please tell me if you think what I'm describing is acceptable behaviour: - If the cluster...

Ok so, I think I owe you all a design statement here: python-etcd will never try to go beyond being a simple library. Doing things like scheduling periodic tasks is...

@pax0r your problem is with a very specific scenario where all your original machines fail but the one you initially connected to. I do get this is annoying but I...

@techhat yes definitely, I most surely didn't think people could use numeric passwords, to be honest :P

Closing for lack of activity

I'm not sure if we make available the etcd index of the response in the case of a 404 response; we should probably do that so that you can wait...

@lechat that's exactly why I didn't merge this. I am thinking of making this behaviour activable with a flag, still I have no time to work on this for the...