Skip to content

Commit a81dcdf

Browse files
author
Evgeniy Khyst
committed
Update README.md
1 parent 8619ba2 commit a81dcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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).
225225
2. **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

229229
Integration events are delivered with at-least-once delivery guarantee. The exactly-once delivery
230230
guarantee is hard to achieve due to a dual-write. A dual-write describes a situation when you need

0 commit comments

Comments
 (0)