|
|
|
|
|
by menacingly
3110 days ago
|
|
It triggers my eyebrow when a highly available message queue offers either exactly-once delivery or reliable time sorting. I'm not saying I wouldn't give this project a closer look, but I would much rather a product make it painfully obvious what compromises were made to offer its availability. My instinct is: either you need strict constraints on ordering and delivery, in which case you use rabbit, or you need at-least-once-no-matter-what semantics, in which case you use something else and make your app less fragile. |
|
> something else
https://www.confluent.io/blog/exactly-once-semantics-are-pos...