Forum Discussion

Rushabh1035's avatar
Rushabh1035
New Contributor
5 years ago

Is there a way to check if there's already a distributed lock in consul for particular lock name?

I'm trying to check if there's a distributed lock in consul for a particular lock name using consul client (https://www.nuget.org/packages/Consul/). Currently the only way to achieve it is to try t...