Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
echelon
on March 1, 2023
|
parent
|
context
|
favorite
| on:
You cannot have exactly-once delivery (2015)
No, if your datastore is online (the only way you're functioning anyway), store an idempotency key, vector clock, etc. with transactional semantics.
In active / active setups, there are other strategies such as partitioning and consensus.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
In active / active setups, there are other strategies such as partitioning and consensus.