etcd/clientv3/naming
Anthony Romano 7d50dc06a2 clientv3/naming: support resolving to multiple hosts
Previous implementation watches a single key so there's no way
to have separate hosts associate with separate keys for a single
grpc target. Instead, accept all keys on a prefix.

Also fixes first the Next() to read current name data from etcd instead
of waiting for the next event on a synced watcher.
2016-10-12 11:27:22 -07:00
..
grpc.go clientv3/naming: support resolving to multiple hosts 2016-10-12 11:27:22 -07:00
grpc_test.go clientv3/naming: support resolving to multiple hosts 2016-10-12 11:27:22 -07:00