I meant that on Jun 1 i have created: PR : https://github.com/apache/zookeeper/pull/31 JIRA : https://issues.apache.org/jira/browse/ZOOKEEPER-2209 and for the code in the PR, I've created a nuget: https://www.nuget.org/packages/ZooKeeperNetEx which is integrated with the release version of Microsoft Project Orleans.
just wondering if i can speed up the process of my PR. thanks On Mon, Jul 20, 2015 at 12:05 PM, Flavio Junqueira < [email protected]> wrote: > Hi Shay, > > Thanks for the contribution. I'm not sure what you mean with the merge > comment. What's it that you'd like or expect us to do precisely? > > -Flavio > > > On 20 Jul 2015, at 08:57, Shay Hatsor <[email protected]> wrote: > > > > Hi people, > > > > I've added the ZooKeeper membership provider implementation details to > > Microsoft project Orleans official documentation. > > > http://dotnet.github.io/orleans/Runtime-Implementation-Details/Cluster-Management > > > http://dotnet.github.io/orleans/Orleans-Configuration-Guide/Typical-Configurations > > > > as a side note, I'm aware that it's very time consuming on your part to > > merge a PR with 10k lines of code. > > just wanted to ask if there's anything I can do to help with the process. > > > > best regards, > > > > shay hazor. > > > > > > On Wed, Jun 10, 2015 at 8:00 PM, Alexander Shraer <[email protected]> > wrote: > > > >> Hi Shay, > >> > >> Very cool! Thanks for doing this. > >> > >> Do you have a doc describing the integration with Orleans ? > >> > >> Thanks, > >> Alex > >> > >> On Wed, Jun 10, 2015 at 9:28 AM, Shay Hatsor <[email protected] > > > >> wrote: > >> > >>> hi guys, > >>> > >>> I'm excited to inform you that I have integrated my ZK C# client( > >>> ZOOKEEPER-2209 <https://github.com/apache/zookeeper/pull/31>) with > >>> Microsoft's Project Orleans. <https://github.com/dotnet/orleans> > >>> We wanted an alternative to Azure Table for managing servers state in > >>> Orleans. the idea was to use zookeeper. i tried to find a stable C# > >> client > >>> that is 3.4 compatible (for the "multi" support). There wasn't any. so > I > >>> ended up reconverting the entire java client codebase. > >>> Today, Microsoft has accepted my PR! > >>> making ZooKeeper is the only open source alternative to Azure. > >>> > >>> It is great to be able to contribute to this great project. > >>> you guys rock! > >>> > >>> shay hazor > >>> > >> > >
