Github user hanm commented on the issue:
https://github.com/apache/zookeeper/pull/480
@cxxjava Sorry if I was not very clear on my previous comments. The normal
process of proposing a big feature like this is to first discuss it on
developer mailing list and also at the same time create a JIRA issue to track
the proposal. So what you'd probably want to do if your goal is to get this
contributed back to ZK source repo:
* Sign up the ZooKeeper developer mailing list:
http://zookeeper.apache.org/lists.html
* Create a JIRA issues (sign up JIRA if you don't have an account)
https://issues.apache.org/jira/projects/ZOOKEEPER/
Then we can go from there.
>> btw, can you speak Chinese?
æå¯ä»¥ :) - but let's keep discussions in english as that's the language
which this community is operating on.
I haven't looked into details of your c++ version of ZK but it's impressive
amount of work to get it compatible with ZK. What kind of testing did you do to
make sure your server is compatible with existing ZK clients / client
applications?
---