Skip to content

Commit 577fa01

Browse files
committed
feat(pulsar): support subscribeInitialPosition on Pulsar consumer
Signed-off-by: Eric Shen <[email protected]>
1 parent 76032b5 commit 577fa01

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
@@ -91,6 +91,7 @@ The above example uses secrets as plain strings. It is recommended to use a [sec
9191
| keys | N | A comma delimited string containing names of [Pulsar session keys](https://pulsar.apache.org/docs/3.0.x/security-encryption/#how-it-works-in-pulsar). Used in conjunction with `publicKey` for publisher encryption |
9292
| processMode | N | Enable processing multiple messages at once. Default: `"async"` | `"async"`, `"sync"`|
9393
| subscribeType | N | Pulsar supports four kinds of [subscription types](https://pulsar.apache.org/docs/3.0.x/concepts-messaging/#subscription-types). Default: `"shared"` | `"shared"`, `"exclusive"`, `"failover"`, `"key_shared"`|
94+
| subscribeInitialPosition | N | Subscription position is the initial position which the cursor is set when start consuming. Default: `"latest"` | `"latest"`, `"earliest"` |
9495
| partitionKey | N | Sets the key of the message for routing policy. Default: `""` | |
9596
| `maxConcurrentHandlers` | N | Defines the maximum number of concurrent message handlers. Default: `100` | `10`
9697

0 commit comments

Comments
 (0)