mirror of https://github.com/dapr/docs.git
Merge pull request #4692 from pnagaraj80/pulsar-replicate-subscription
docs: add replicateSubscriptionState field to Pulsar pubsub component
This commit is contained in:
commit
e194a2aa36
|
|
@ -95,6 +95,7 @@ The above example uses secrets as plain strings. It is recommended to use a [sec
|
|||
| subscribeMode | N | Subscription mode indicates the cursor persistence, durable subscription retains messages and persists the current position. Default: `"durable"` | `"durable"`, `"non_durable"` |
|
||||
| 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