Some useful tools that run on top of Consul
- consul-lock - run a program under lock (like
consul lock
, but without an intermediate shell and with working kill signal propagation) - consul-kvsync - keep a KV tree in sync with another (like consul-replicate but with proper timeouts to detect network failures)
Copyright (c) 2015 Robert Norris. MIT license. See LICENSE.