Update daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md

Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
Hannah Hunter 2023-10-11 18:08:34 -04:00 committed by GitHub
parent 1a2f5673b7
commit 5146413dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ public class BulkMessageController : ControllerBase
When talking about event publish/subscribe, there are two kind of network transfers involved.
1. From/To *App* To/From *Dapr*.
2. From/To *Dapr* To/From *Pubsub Broker*.
1. From/To *Dapr* To/From *Pubsub Broker*.
These are the opportunities where optimization is possible. When optimized, a Bulk requests are, which reduce number of overall calls and thus increase throughput and provide better latency.