hi alex,

Everything is well documented in the issue:
https://github.com/dotnet/orleans/issues/382 and the PR:
https://github.com/dotnet/orleans/pull/493
the protocol implemented using zk is documented here:
http://dotnet.github.io/orleans/Runtime-Implementation-Details/Cluster-Management.html

zookeeper is a perfect fit for orleans, so the integration code is short
and sweet.

shay
On Jun 10, 2015 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
> >
>

Reply via email to