File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ column of `ORDER_EVENT_OUTBOX` table.
224224 full consistency lag (greater than or equal to the fixed delay between polls).
2252252 . ** The Outbox handler might process an event more than once.** It might crash after processing an
226226 event but before recording the fact that it has done so. When it restarts, it will then process
227- the message again (update the read model and send an integration event).
227+ the same event again (update the read model and send an integration event).
228228
229229Integration events are delivered with at- least- once delivery guarantee. The exactly- once delivery
230230guarantee is hard to achieve due to a dual- write. A dual- write describes a situation when you need
You can’t perform that action at this time.
0 commit comments