[ https://issues.apache.org/jira/browse/ZOOKEEPER-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15905030#comment-15905030 ]
ASF GitHub Bot commented on ZOOKEEPER-169: ------------------------------------------ GitHub user SimplyFox opened a pull request: https://github.com/apache/zookeeper/pull/189 ZOOKEEPER-169: Content needed: "Connecting to ZooKeeper" Added a simply example in C++ to demonstrate Client connecting to Zookeeper server using C bindings along with few lines of explanation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/SimplyFox/zookeeper ZOOKEEPER-169 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/189.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #189 ---- commit e2cd20b6794d6ef432606faa7ccab0dd95970933 Author: Michelle <pheyyin...@gmail.com> Date: 2017-03-10T12:16:17Z ZOOKEEPER-169: Content needed: "Connecting to ZooKeeper" Added a simply example in C++ to demonstrate Client connecting to Zookeeper server using C bindings along with few lines of explanation. ---- > Content needed: "Connecting to ZooKeeper" > ----------------------------------------- > > Key: ZOOKEEPER-169 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-169 > Project: ZooKeeper > Issue Type: Sub-task > Components: documentation > Reporter: Robbie Scott > Original Estimate: 4h > Remaining Estimate: 4h > > We need the content which describes how to a client should connect to a > zookeeper server. Ideally this would have pseudo code describing any lead-up > (for example resource allocation, etc), a few lines of sample code in Java, > and a few parallel lines in C. > Any commentary would be highly appreciated. Stuff like, "You can open an > unlimited number of ZooKeeper connections because..." or "Opening too many > connections to ZooKeeper is not advisable because..." -- in short, anything > that is not obvious to the new ZooKeeper developer. -- This message was sent by Atlassian JIRA (v6.3.15#6346)