Merge pull request #4692 from pnagaraj80/pulsar-replicate-subscription

docs: add replicateSubscriptionState field to Pulsar pubsub component
This commit is contained in:
Marc Duiker 2025-08-25 11:21:26 +02:00 committed by GitHub
commit e194a2aa36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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