From 126db81d8f6c5a4d2dd9635b889b4dd06876378f Mon Sep 17 00:00:00 2001 From: joshvanl Date: Fri, 22 Aug 2025 17:51:59 -0300 Subject: [PATCH] [1.16] Remove single sub restriction Remove note about single subscription topic pair restriction on streaming subscriptions. Signed-off-by: joshvanl --- .../building-blocks/pubsub/subscription-methods.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/daprdocs/content/en/developing-applications/building-blocks/pubsub/subscription-methods.md b/daprdocs/content/en/developing-applications/building-blocks/pubsub/subscription-methods.md index ddd8a66d9..748373042 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/pubsub/subscription-methods.md +++ b/daprdocs/content/en/developing-applications/building-blocks/pubsub/subscription-methods.md @@ -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 >}}