-
suring中用到consul的部分,Watcher的实现用Timer而不用consul自带的watch机制(QueryOptions指定WaitTime)有是有什么考虑吗?我是认为使用consul的watch机制能做到更加实时的获取变更信息,而不用靠自己轮训查。
-
Hi,
we develop a library with a sort of high level utils for Consul like leader election, consul watcher, datacenter reading etc. It is not open-sourced yet, but I hope it will be soon.
It turned …
-
For California Release - get Go core data configuration into config-seed and have Go metadata use Consul on initialization
-
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…
-
Seems that in the property file(fabio.properties) the documentation is with I capital letter but in the code it's used the one with i lower case....
-
This is a somewhat convoluted issue, please bear with me.
It is related to these issues:
https://github.com/hashicorp/consul/issues/602
https://github.com/hashicorp/consul/pull/724
When running on an…
-
### Steps to reproduce
Create a "Applications.Core/containers@2023-10-01-preview" ressource with the following extension:
```
resource devicebackend_aws 'Applications.Core/containers@2023-10-01-pre…
-
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…
-
- Program: Authoritative
- Issue type: Feature request
### Short description
Looking for an official backend support for Hashicorp Consul KV as it is a high performance k8s ready keystore tha…
-
I tried to regitstry my rust app into consul using consul rust, first I add dependencies in Cargo.toml:
`consul = "0.4.2"`
this is my rust code tried to registry app into consul look like:
``…