Skip to content

Commit e1dba90

Browse files
committed
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
1 parent 68f1be7 commit e1dba90

File tree

1 file changed

+1
-0
lines changed
  • daprdocs/content/en/reference/components-reference/supported-pubsub

1 file changed

+1
-0
lines changed

daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ The above example uses secrets as plain strings. It is recommended to use a [sec
9494
| subscribeInitialPosition | N | Subscription position is the initial position which the cursor is set when start consuming. Default: `"latest"` | `"latest"`, `"earliest"` |
9595
| partitionKey | N | Sets the key of the message for routing policy. Default: `""` | |
9696
| `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"` |
9798

9899
### Authenticate using Token
99100

0 commit comments

Comments
 (0)