-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZOOKEEPER-2209 - ZooKeeper client in C# for 3.4.6 #31
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git-svn-id: https://svn.apache.org/repos/asf/zookeeper/tags/release-3.4.6-rc0@1569963 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/zookeeper/tags/release-3.4.6@1576670 13f79535-47bb-0310-9956-ffa450edef68
this is awesome @shayhatsor - mind creating a JIRA for this at https://issues.apache.org/jira/browse/ZOOKEEPER? thanks! |
done as soon as i saw the emails about that :) |
thanks, will check! |
838ae57
to
ed35835
Compare
aff34a2
to
f0cbc8e
Compare
ce08ef1
to
84d8418
Compare
ab990ae
to
4a6cc24
Compare
8d8e372
to
0cc3bd9
Compare
ztzg
pushed a commit
to ztzg/zookeeper
that referenced
this pull request
Nov 20, 2019
Bug fix where 2 candidates can become leaders
mgao0
added a commit
to mgao0/zookeeper
that referenced
this pull request
Jan 25, 2022
This PR is second commit of zk backup monitoring implementation. This commit integrates BackupStats with BackupManager.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Inspired by the work of @ewhauser .
I propose a C# Client that supports the current stable version of ZK 3.4.6.
It was built by using static code conversion tools followed by manual editing and C# implementations of java selector and other java constructs.
A great measure was taken to follow the logic of the java version. In fact, the code is almost identical. Thus allowing easy evolution alongside the java version.
Main features:
•fully .NET async, no explicit threads used
•all relevant unit tests have been converted and passing consistently
•recipes are included, will be converted to async soon
•Code is 100% CoreCLR compliant
•NuGet package - ZooKeeperNetEx is already integrated in Microsoft Project Orleans as the only open-source membership provider.
Current Limitations: