You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add replicateSubscriptionState field to Pulsar pubsub component
- Add replicateSubscriptionState metadata field for geo-replicated clusters
- Enable subscription state replication across Pulsar clusters
- Includes field description, default value, and examples
Copy file name to clipboardExpand all lines: daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,7 @@ The above example uses secrets as plain strings. It is recommended to use a [sec
94
94
| subscribeInitialPosition | N | Subscription position is the initial position which the cursor is set when start consuming. Default: `"latest"`| `"latest"`, `"earliest"` |
95
95
| partitionKey | N | Sets the key of the message for routing policy. Default: `""`| |
96
96
| `maxConcurrentHandlers` | N | Defines the maximum number of concurrent message handlers. Default: `100`| `10`
97
+
| replicateSubscriptionState | N | Enable replication of subscription state across geo-replicated Pulsar clusters. Default: `"false"`| `"true"`, `"false"` |
0 commit comments