Hacker News new | ask | show | jobs
by dbenhur 4106 days ago
RabbitMQ has decided to punt on any robust scheme for surviving network partitions. If you're building a distributed architecture and you care about availability and correctness you should just avoid it.

https://www.rabbitmq.com/partitions.html

1 comments

Interesting read, have you ever used federation? It looks like it's built for exactly this purpose.