Re: New PMC Member: Michael Han

2017-06-27 Thread Gaurav Sharma
Congrats Michael! On Tue, Jun 27, 2017 at 09:48 Flavio Junqueira wrote: > I'm very happy to announce that the Apache ZooKeeper PMC has voted to > invite Michael Han to join the PMC and Michael accepted. Michael has done > outstanding work in the community over the recent past

Re: Zookeeper is always CP or AP in terms of CAP theorem

2017-06-19 Thread Gaurav Sharma
For typical Zk use-cases, Consistency is non-negotiable; so CP. That said, typically A is not black/white even if you are working with a CP system, you can get a degree of availability. For prod use-cases, instead of a 3 node cluster, try to setup a 5 node cluster and write some simple

Re: Announcing KeptCollections, distributed Java Collections for ZooKeeper

2010-12-08 Thread Gaurav Sharma
For those interested in a Redis Collections implementation, please take a look here: https://github.com/gsharma/johm/tree/master/src/main/java/redis/clients/johm specifically the CollectionMap, CollectionSet, CollectionSortedSet, CollectionList classes. On Wed, Dec 8, 2010 at 6:48 PM, Anthony