Update daprdocs/content/en/developing-applications/building-blocks/state-management/howto-outbox.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
This commit is contained in:
Bilgin Ibryam 2025-09-11 16:52:41 +01:00 committed by GitHub
parent 7f5ea21512
commit 726988fb2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ This is the sequence of interactions:
5. Background subscriber reads the intent message.
When outbox is enabled, Dapr starts consumers that process the internal outbox topic.
6. Subscriber verifies the transaction marker in the state store.
6. The subscriber verifies the transaction marker in the state store.
This check confirms that the database commit was successful before publishing externally.
7. Verified business event is published to the external pub/sub topic.