We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From testing xmidt-org/talaria#136 it appeared the AllDatacenters flag is not working in the watch config.
AllDatacenters
talaria: version: v0.5.3-1-gc65e045-dirty go version: go1.14.2 built time: 2020-06-11 23:33:47 git commit: c65e045 os/arch: linux/amd64
which has pinned webpa-common version of v1.10.2-0.20200611231934-64a391cb4d8d (aka. this commit)
v1.10.2-0.20200611231934-64a391cb4d8d
allDatacenters: true
{"component":"consulWatcher","event":{"Key":"caduceus[stage=dev flavor=docker]{passingOnly=true}{datacenter=*all*}","Service":"caduceus","Instancer":{"Instancer":{}},"EventCount":2,"Instances":["http://caduceus-1:6000"],"Err":null,"Stopped":false},"level":"debug","msg":"received update route event","ts":"2020-06-11T20:13:07.93670309Z"}
The observed log line should show all caducei not just the caducei from a single datacenter
The consul service discovery gets all of the datacenters but fails to watch any of them concurrently and uses the same key for each sd.Instancer
sd.Instancer
webpa-common/service/consul/environment.go
Line 154 in 64a391c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
From testing xmidt-org/talaria#136 it appeared the
AllDatacenters
flag is not working in the watch config.Version
which has pinned webpa-common version of
v1.10.2-0.20200611231934-64a391cb4d8d
(aka. this commit)Observed Results
allDatacenters: true
Expected Results
The observed log line should show all caducei not just the caducei from a single datacenter
The Problem
The consul service discovery gets all of the datacenters but fails to watch any of them concurrently and uses the same key for each
sd.Instancer
webpa-common/service/consul/environment.go
Line 154 in 64a391c
The text was updated successfully, but these errors were encountered: