jhalterman / lyra

High availability RabbitMQ client
Apache License 2.0
263 stars 74 forks source link

How to implement automatic fail-over to running node #49

Closed marcuslinke closed 9 years ago

marcuslinke commented 9 years ago

I really appreciate this library but I wonder if and how it might be possible to implement an automatic fail-over of a producer to a running node given a two nodes rabbitmq cluster where it should be possible to reboot each node without data loss. Any pointers are welcome. Thanks!

jhalterman commented 9 years ago

I'm not sure that this sort of thing can be featurized into a library like Lyra. I'd recommend asking this question on the rabbitmq-users list. Perhaps someone there has already done this or has some good alternative solutions.