jplana / python-etcd

A python client for etcd
Other
520 stars 210 forks source link

how to client a cluster? #263

Open xialuo1990 opened 6 years ago

xialuo1990 commented 6 years ago

now, the python-etc can contact one node, but not a cluster, how to support it ? now: etcd = etcd3.client(host='127.0.0.1', port=2379) want: etcd = etcd3.client('127.0.0.1:2379;127.0.0.2:2379')