Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrock-adam committed Dec 3, 2023
1 parent 91dfa36 commit ceafcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ As these operations span multiple database types (_SQL_ and _Redis_) however, th

Outboxer is an `ActiveRecord` implementation of the [transactional outbox pattern](https://microservices.io/patterns/data/transactional-outbox.html): a well established solution to this problem.

By creating an outboxer event in the same transaction as the event, we can publish this event out to another system _eventually_ even when there are failures.
By creating an outboxer event in the same transaction as an event, we can guarantee the event is published out to another system _eventually_, even if there are failures.

### Getting started

Expand Down

0 comments on commit ceafcaa

Please sign in to comment.