Codebase list golang-github-go-kit-kit / 549a93d
Update to README.md to reflect availability of ZooKeeper publisher Bas van Beek 8 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
105105 middleware to solve that problem, whether your organization uses static hosts
106106 or IPs, [DNS SRV records][dnssrv], Consul, etcd, or Zookeeper. And if you use
107107 a custom system, it's very easy to write your own [Publisher][] and use Go
108 kit's load balancing strategies. (Currently, static hosts, DNS SRV, etcd, and
109 Consul are supported; ZooKeeper support is planned.)
108 kit's load balancing strategies. (Currently, static hosts, DNS SRV, etcd, Consul
109 and ZooKeeper are supported)
110110
111111 [loadbalancer]: https://github.com/go-kit/kit/tree/master/loadbalancer
112112 [dnssrv]: https://github.com/go-kit/kit/tree/master/loadbalancer/dnssrv