Paul Jimenez
Paul Jimenez
...can I ask why protobufs are even involved? They're not part of the etcd API, are they?
Is there a watch feature that _does_ support async? I can maybe use that instead.
Hm. Given that I'm having difficulty understanding how it's all supposed to work, I should take you up on your offer to fix this feature for me. While you do...
Any progress on this?
is there (failing) test code for this?
What kind of utils?
Apparently the suggested way to do paging is with `limit` and `range_end`. Something like: ``` limit = 1000 range_end = incr_last_byte(prefix) prefix_start = prefix done = False result = []...
Here's what I ended up with. I can't quite figure out where to put it, so feel free to put it where you think it makes the most sense. I...
One issue you're going to run into is writing them to work with both sync and async methods.
I see. I'd suggest showing that in the short-docs to make it clear - as I said, it was quite surprising to me. Thanks for the quick reply!