When dealing with critical data, should you use durable queues or ephemeral queues? It's a big decision.
Valeriya Pak
·80 views
hey folks, im weighing options for storing critical event data that absolutely cannot be lost. my current thought is to use durable queues that persist to disk, even though it adds latency. but im wondering if anyone has experience with ephemeral queues combined with other strategies, like immediate replication or a secondary persistence layer, that could offer better performance without sacrificing durability for this specific use case. what's your take on this trade-off?
0 comments