kragniz / python-etcd3

Python client for the etcd API v3
Apache License 2.0
430 stars 184 forks source link

The connect of client support cluter? #641

Open darkfour opened 5 years ago

darkfour commented 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()"

telmich commented 4 years ago

Just wondering - is this on the roadmap?