Closed shenshouer closed 8 years ago
Yeap, same issue here.
Default port nowadays is 2379
. Your package auto-appends :4001
So is there any way to solve this?
When you use the constructor with an array of etcd endpoints, the default 4001 port won't be added.
this.cacheEtcd = new Etcd(etcd_endpoint);
becomes
this.cacheEtcd = new Etcd([etcd_endpoint]);
makes sense, ty.
Thank you. I've released v5.0.x, it changes default port to 2379.
code:
error: