Opened 13 years ago

Last modified 12 years ago

#220 new enhancement

ZooKeeper support

Reported by: adehnert Owned by:
Priority: minor Milestone:
Component: misc Keywords: service
Cc:

Description (last modified by adehnert)

ZooKeeper? is kinda neat for building locking, work queues, etc. for distributed systems. It looks like it supports the authentication and authorization primitives we'd need, so I think this should be fairly easy to deploy (http://zookeeper.apache.org/doc/r3.1.2/zookeeperProgrammers.html#sc_ZooKeeperAccessControl). It's also designed to be clustered. Quotas nominally exist, but I don't see details of how to use them (http://zookeeper.apache.org/doc/r3.1.2/zookeeperQuotas.html#Setting+Quotas).

Change History (2)

comment:1 Changed 13 years ago by adehnert

  • Description modified (diff)

comment:2 Changed 12 years ago by adehnert

  • Component changed from web to misc
Note: See TracTickets for help on using tickets.