jboner / lagom-service-locator-zookeeper

Lagom Service Locator for ZooKeeper
Other
36 stars 24 forks source link

Support passing zk quorum instead of single host #8

Open chhetripradeep opened 6 years ago

chhetripradeep commented 6 years ago

Hello @jboner

Thank you for the writing this library. We're using it in production for a year now. If i understand the code correctly, currently it doesn't support passing zk quorum connection string. This prevent us using the high-availability of zk cluster and all lagom apps connect to only one zk node of the cluster making that node as the single point of failure. Are you open to accept a PR for this ?

jboner commented 6 years ago

Of course. Great that you find it useful. Thanks for contributing.