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:
Prashanth Nagaraj 2025-06-26 19:54:21 +05:30
parent 68f1be7041
commit 340f302f41
No known key found for this signature in database
GPG Key ID: 3C7F891756B2FF32
1 changed files with 1 additions and 0 deletions

View File

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