mirror of https://github.com/dapr/docs.git
[1.16] Remove single sub restriction
Remove note about single subscription topic pair restriction on streaming subscriptions. Signed-off-by: joshvanl <me@joshvanl.dev>
This commit is contained in:
parent
aa764cf8c7
commit
126db81d8f
|
|
@ -199,8 +199,6 @@ Messages are pulled by the application from Dapr. This means no endpoint is need
|
|||
Any number of pubsubs and topics can be subscribed to at once.
|
||||
As messages are sent to the given message handler code, there is no concept of routes or bulk subscriptions.
|
||||
|
||||
> **Note:** Only a single pubsub/topic pair per application may be subscribed at a time.
|
||||
|
||||
The example below shows the different ways to stream subscribe to a topic.
|
||||
|
||||
{{< tabpane text=true >}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue