Andrey Martyanov

Results 24 comments of Andrey Martyanov

If this is a transient issue may be just spawn a warning and continue, otherwise check the server side and probably network for issues.

Also the thread may be helpful https://github.com/martyanov/aetcd/issues/31.

@garvenlee I think you don't need this operation to perform continuously. Usually there is a sane TTL, for example 10 seconds, and after that you don't need more than `TTL...

The lease machinery by itself solves the original KV TTL problem, when you have many entities and want to maintain TTL for all of them. With lease it is as...