go-zookeeper / zk

Native ZooKeeper client for Go
BSD 3-Clause "New" or "Revised" License
504 stars 130 forks source link

Add in support for a TryLock to attempt to get a lock within a timeout #138

Open rjemanuele opened 3 months ago

rjemanuele commented 3 months ago

I was looking for this feature also as we use ZK to assign workers by taking locks if available.

https://github.com/go-zookeeper/zk/issues/116

rjemanuele commented 4 days ago

Tests added.

rjemanuele commented 4 days ago

@jeffbean can I get a review?