You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(publisher): ignore healthcheck values if unset
publisher would do a lazy check and convert the etcd keys to an integer.
However, these keys are optional, so if they are unset, an empty string
would be returned from getEtcd(). By explicitly checking if the keys are
set, this will circumvent the strconv errors.
0 commit comments