kelseyhightower / confd

Manage local application configuration files using templates and data from etcd or consul
MIT License
8.35k stars 1.41k forks source link

connected to redis too many colons in address #872

Open huangjie0515 opened 1 year ago

huangjie0515 commented 1 year ago

./confd -backend redis -confdir /home/confd/conf -node 192.168.0.10:7000,192.168.0.11:7000,192.168.0.12:7000 -interval 5 I'm using version v0.16.0。I use this command to launch confd and return this error below.

FATAL dial tcp: address 192.168.0.10:7000,192.168.0.11:7000,192.168.0.12:7000: too many colons in address。

tangdw1028 commented 7 months ago

./confd -backend redis -confdir /home/confd/conf -node 192.168.0.10:7000,192.168.0.11:7000,192.168.0.12:7000 -interval 5 I'm using version v0.16.0。I use this command to launch confd and return this error below.

FATAL dial tcp: address 192.168.0.10:7000,192.168.0.11:7000,192.168.0.12:7000: too many colons in address。

oh ,I have fixed this issue (etcd confd version),my right way is :

./confd -watch -backend etcdv3 -node 192.168.0.1:12257 -node 192.168.0.2:12257 -node 192.168.0.3:12257