-
Hey,
Im trying to create service that includes weight , but eventually traffic is being spitted equally between my services .
2 servers are configured that way:
passing: 10000
warning: 10000
1 …
-
In the below line, we are checking if consul is *NOT* enabled. But when consul is enabled, the bootstrap_expect is wrongly being set to 3 whatever be the actual count. This is causing nomad to fail in…
-
**Description**
Master workers load cache too much during startup.
Each worker generates at least one request per minion to consul.
Restarting all/few masters at a time makes consul unresponsive …
-
**Description**
Calling cmd.run -E leads to unnecessary consul load
**Setup**
1. 10k+ minions
2. 13 master hosts
3. more than 100 workers per syndic host
Master config:
zmq_backlog : 8192…
-
This would be useful in Serf as well. We may be able to move Consul's code down a level and share better (right now retry-join is implemented in both products separately).
-
When this is set in the config.json:
```
"kvdb": [
"consul:https://mycluster"
],
```
It still appears to use http to connect to the host. I'm guessing because it appears hard…
-
zk可替换成consul么
-
#### Overview of the Issue
I added configuration to node:
```
NodeMeta": {
"external-node": "true",
"external-probe": "true"
},
```
it successfully launch checks, but when I make…
-
#### Feature Description
I would like to enable Envoy's request mirroring onto listeners (LDS) for silent traffic mirroring between clusters (CDS), while using Connect's XDS provider.
#### Use C…
-
Hi,
Im using this docker image on multiple AWS EC2 instances. I'm using the following consul.json file to pass the parameters to the container.
```
{
"leave_on_terminate": true,
"recursors"…