Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-06-29 14:06:39 -04:00
parent 0804779f01
commit 01f78695aa
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Dapr uses CloudEvents to provide additional context to the event payload, enabli
- Content-type for proper deserialization of event data - Content-type for proper deserialization of event data
- Verification of sender application - Verification of sender application
You can choose any of the three methods for publish a CloudEvent via pub/sub: You can choose any of three methods for publish a CloudEvent via pub/sub:
1. Write a pub/sub event, which is then automatically wrapped by Dapr in a CloudEvent envelope. 1. Write a pub/sub event, which is then automatically wrapped by Dapr in a CloudEvent envelope.
1. Retain the CloudEvents attributes automatically provided by Dapr while overriding any of the standard CloudEvent properties. 1. Retain the CloudEvents attributes automatically provided by Dapr while overriding any of the standard CloudEvent properties.