Y
Hacker News
new
|
ask
|
show
|
jobs
by
renatomefi
409 days ago
How do you handle DLQ for ordered keys? I assume if you drop a message then you lose semantics
1 comments
redditor98654
408 days ago
Correct, you lose that ordering but then the only other option is to retry indefinitely. You have to think through what your error handling looks like as is the case with any application.
link