Stephen is using Consul for service discovery, but he also wants to store data in the Consul K/V for application variables that need to be retrieved at runtime. However,
the application is currently architected to read data directly from a local file, not from a remote K/V service like Consul.
What Consul feature can Stephen use to retrieve data from Consul without re-architecting the application?
You have two Consul datacenters and you want to enable federation so services in dc1 can discover services in dc2. You run the consul join wan node2.example.com.
However, servers in dc1 can not communicate with servers in dc2 and vice versa. Based on the snippets of the server configuration files can be found below, why would
this be assuming network connectivity is working as expected?