mirror of https://github.com/dapr/docs.git
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 Signed-off-by: Prashanth Nagaraj <pnagaraj@infoblox.com>
This commit is contained in:
parent
68f1be7041
commit
340f302f41
|
@ -94,6 +94,7 @@ The above example uses secrets as plain strings. It is recommended to use a [sec
|
|||
| subscribeInitialPosition | N | Subscription position is the initial position which the cursor is set when start consuming. Default: `"latest"` | `"latest"`, `"earliest"` |
|
||||
| partitionKey | N | Sets the key of the message for routing policy. Default: `""` | |
|
||||
| `maxConcurrentHandlers` | N | Defines the maximum number of concurrent message handlers. Default: `100` | `10`
|
||||
| replicateSubscriptionState | N | Enable replication of subscription state across geo-replicated Pulsar clusters. Default: `"false"` | `"true"`, `"false"` |
|
||||
|
||||
### Authenticate using Token
|
||||
|
||||
|
|
Loading…
Reference in New Issue