Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
a draft patch for c client
Description
A connection strategy allows control over the way that ZooKeeper clients (we would implement this for both c and java apis) connect to a serving ensemble. Today we have two strategies, randomized round robin (default) and ordered round robin, both of which are hard coded into the client implementation. We would generalize this interface and allow users to create their own.
See this page for more detail: http://wiki.apache.org/hadoop/ZooKeeper/ConnectionStrategy
Attachments
Attachments
Issue Links
- is related to
-
ZOOKEEPER-779 C Client should check the connectivity to the hosts in zookeeper_init
- Open
- relates to
-
ZOOKEEPER-836 hostlist as string
- Resolved