0

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?

David H
  • 1,461
  • 2
  • 17
  • 37

1 Answers1

1

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.

Gal Ben-Haim
  • 17,433
  • 22
  • 78
  • 131