Skip to content

Commit

Permalink
Update daprdocs/content/en/developing-applications/building-blocks/pu…
Browse files Browse the repository at this point in the history
…bsub/pubsub-overview.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
  • Loading branch information
hhunter-ms and msfussell authored Jul 26, 2023
1 parent 99396f7 commit b55cb7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ When multiple instances of the same application (with same `app-id`) subscribe t

Similarly, if two different applications (with different `app-id`) subscribe to the same topic, Dapr delivers each message to *only one instance of **each** application*.

Not all Dapr pub/sub components support the competing consumer model. Currently, the following pub/sub components support this pattern:
Not all Dapr pub/sub components support the competing consumer pattern. Currently, the following (non-exhaustive) pub/sub components support this:

- [Apache Kafka]({{< ref setup-apache-kafka >}})
- [Azure Service Bus Queues]({{< ref setup-azure-servicebus-queues >}})
Expand Down

0 comments on commit b55cb7b

Please sign in to comment.