Open darkfour opened 5 years ago
Can i set etcd cluster address in etcd3.client? for example: etcd3.client(host=(('127.0.0.1', 4001), ('127.0.0.1', 4002), ('127.0.0.1', 4003)))
If I have three nodes, What should i do when I create client with "etcd3.client()"
Just wondering - is this on the roadmap?
Can i set etcd cluster address in etcd3.client? for example: etcd3.client(host=(('127.0.0.1', 4001), ('127.0.0.1', 4002), ('127.0.0.1', 4003)))
If I have three nodes, What should i do when I create client with "etcd3.client()"