Skip to content

Commit

Permalink
Update daprdocs/content/en/developing-applications/building-blocks/st…
Browse files Browse the repository at this point in the history
…ate-management/howto-outbox.md

Co-authored-by: Mark Fussell <[email protected]>
Signed-off-by: Yaron Schneider <[email protected]>
  • Loading branch information
yaron2 and msfussell authored Sep 26, 2023
1 parent ec43914 commit fd46240
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
| Name | Required | Default Value | Description |
| --------------------|-------------|---------------|------------------------------------------------------- |
| outboxPublishPubsub | Yes | N/A | Sets the name of the pub/sub component to deliver the notifications when publishing state changes
| outboxPublishTopic | Yes | N/A | Sets the topic to send the state changes to on the pub/sub configured with `outboxPublishPubsub`
| outboxPublishTopic | Yes | N/A | Sets the topic to send the state changes to on the pub/sub component configured with `outboxPublishPubsub`
| outboxPubsub | No | `outboxPublishPubsub` | Sets the pub/sub to use for Dapr to coordinate the state and pub/sub transactions. If not set, the pub/sub configured with `outboxPublishPubsub` is used. This is useful if you want to separate the pub/sub used to send the state changes from the one used to coordinate the transaction
| outboxDiscardWhenMissingState | No | `false` | By setting `outboxDiscardWhenMissingState` to `true`, Dapr will discard the transaction if it cannot find the state in the database and not retry again

Expand Down

0 comments on commit fd46240

Please sign in to comment.