Reputation: 1605
In the consul ui demo (https://demo.consul.io/ui/) each datacenter has a key called "global/time" which appears to show the current time, and is automatically updated.
Is this a standard feature of consul (couldn't find it in the docs)? If not, how is it implemented?
Upvotes: 0
Views: 228
Reputation: 17803
Doesn't seem like a standard feature of Consul. It can be implemented with a cron script that updates the K/V store in a local Consul agent every few seconds.
Upvotes: 1