etcd/contrib
James Blair c2d5644a38
Backport clientv3: remove v3.WithFirstKey() in Barrier.Wait()
fix the unexpected blocking when using Barrier.Wait(), e.g.
NewBarrier(client, a).Wait() will block if key a is not existed but a0 is existed, but it should return immediately.

Signed-off-by: James Blair <mail@jamesblair.net>
2023-10-28 09:30:37 +13:00
..

Contrib

Scripts and files which may be useful but aren't part of the core etcd project.