mcavage / node-leader

A micro library for performing leader election with zookeeper
7 stars 3 forks source link

Real world example #1

Closed mhart closed 9 years ago

mhart commented 12 years ago

This project looks awesome! I've been waiting / wanting to do something like this myself for quite a while in Node, but haven't had enough real experience with ZK to do it.

I'd love to see a real world example when the lib is up to it - say, a simple example to manage master promotion in Redis or something like that. Would that be doable?

mcavage commented 12 years ago

Yeah definitely. That's the next phase of my project anyway so after I've battle tested it I'll put up a tutorial or something. Stay tuned for a bit (couple of weeks?).

Sent from my iPhone

On Jan 24, 2012, at 10:08 PM, Michael Hart reply@reply.github.com wrote:

This project looks awesome! I've been waiting / wanting to do something like this myself for quite a while in Node, but haven't had enough real experience with ZK to do it.

I'd love to see a real world example when the lib is up to it - say, a simple example to manage master promotion in Redis or something like that. Would that be doable?


Reply to this email directly or view it on GitHub: https://github.com/mcavage/node-leader/issues/1

mhart commented 12 years ago

Any progress on this? :-)

mcavage commented 12 years ago

Well, kind of :)

We're working through a Postgres master-promotion scheme at my day job with this now. I didn't forget about this issue ;)

DTrejo commented 12 years ago

+1 :)

(especially for the redis example hehe)

Cheers, D

mhart commented 9 years ago

Closing – I assume this is dead