-
It seems the connection between confd and consul is long connection. once the connection is created, even consul restart, the connection will not be re-created. It causes all changes of consul will no…
-
This was discussed previously in https://github.com/joyent/containerpilot/issues/258, but @khangngu tells me it's manifesting in this project now.
From the Consul docs:
> If there are multiple p…
-
When combining @Value with a Configuration Server like Consul, the changes to the properties in Consul are not propagated automatically to the beans that reference them
We can only force it using …
-
Hi,
I am using this nice module to enable dynamic upstream resolver with keepalive.
Here is my upstream configuration:
```
resolver 127.0.0.1:8600 ipv6=off valid=1s;
upstream active.vault.s…
-
Provide instructions on how to migrate from Consul
-
Hi, I'm a little bit confused about how to use spring-consul.
I can set default value but if it needs a more specified value in another folder for example config/multiplication/production
spring d…
-
i'm working on support for service.meta data which was introduced in consul around 1.10 , see https://github.com/hashicorp/consul/issues/4045
this includes upgrading the build stack and dependenc…
-
I'm using the official consul docker image version 0.9.3 with the following compose file:
```
version: '3'
services:
consul:
image: consul:0.9.3
environment:
CONSUL_LOCAL_CONF…
-
Why I always get null `ConsulProcess` the first time the code is executed
![image](https://user-images.githubusercontent.com/17768055/66397045-96fabd00-ea0d-11e9-9b34-6d548f244b54.png)
but it wi…
-
If I bring up the project fresh, then bring up a second mysql slave, then destroy the primary, the failover process appears to work technically if connecting to mysql via CNS but based on the error lo…