-
I am trying to install Consul servers namely consul-server1, consul-server2, and consul-server3 and Consul agent clients namely consul-client1, consul-client2, and consul-client3 on docker-swarm nodes…
-
it would be nice if we can discover services from consul itself .
-
If the consul config file changes, it should notify a handler to restart consul.
-
I'm currently implementing a platform whereby we're levering Consul for SD and Puppet for automation, and have a challenge whereby the PuppetMaster sits in one Consul DC (e.g CoreSVCs), and I'm trying…
-
I can see that currently we are checking the URL passed in is either a http:// or https:// URL. Could this be expanded to also support unix:// URLs?
Consul can be configured to listen on a UNIX soc…
-
I'm experimenting with docker-compose, consul and registrator, but i can't get this working. Basically, i have two simple services **serv1** and **serv2** written in node and i just want to send a htt…
-
使用dubbo 3.0.4时,用consul作为注册中心,发现dubbo-registry-consul的maven依赖包的最新版本是2.7.15,目前还没有3.0版本以上的,使用dubbo-registry-consul 2.7.15时会报错,所以想请问一下是不是dubbo 3 有适配consul注册中心计划吗?
-
#### Overview of the Issue
I need to setup two clusters on one machine for test, so I need to change the default settings of CONSUL_CONFIG_DIR and CONSUL_DATA_DIR.
I followed the document to s…
-
```
registrator:
container_name: registrator
image: gliderlabs/registrator
command: -ip $DOCKER_HOST_IP -resync 60 consul://consul:8500
volumes:
- /var/…
-
#### Overview of the Issue
We are using a lot of cached queries for our agents.
On some machines, on Windows (only seen on Windows for now), we sometimes have agents that are never updating thei…