Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Kunz committed Dec 22, 2023
1 parent b1be16b commit f23d583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.js/outbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ status: released

# Transactional Outbox

Usually remote operations should be delayed until the main transaction succeeded. Otherwise they're also triggered in case of a rollback.
Often, remote operations should be delayed until the main transaction succeeded. Otherwise they're also triggered in case of a rollback.
To solve this problem, an outbox is used internally to defer remote operations until the success of the current transaction.

Every CAP service can be _outboxed_, that means dispatching events becomes _asynchronous_.
Expand Down

0 comments on commit f23d583

Please sign in to comment.