[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:
joshvanl 2025-08-22 17:51:59 -03:00
parent aa764cf8c7
commit 126db81d8f
1 changed files with 0 additions and 2 deletions

View File

@ -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 >}}