Skip to content

Commit af167ba

Browse files
ericsyhmsfussell
andauthored
feat: add the doc for contrib PR 3831 (#4663)
Signed-off-by: Eric Shen <[email protected]> Co-authored-by: Mark Fussell <[email protected]>
1 parent 36d327d commit af167ba

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
@@ -92,6 +92,7 @@ The above example uses secrets as plain strings. It is recommended to use a [sec
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"`|
9494
| subscribeInitialPosition | N | Subscription position is the initial position which the cursor is set when start consuming. Default: `"latest"` | `"latest"`, `"earliest"` |
95+
| subscribeMode | N | Subscription mode indicates the cursor persistence, durable subscription retains messages and persists the current position. Default: `"durable"` | `"durable"`, `"non_durable"` |
9596
| partitionKey | N | Sets the key of the message for routing policy. Default: `""` | |
9697
| `maxConcurrentHandlers` | N | Defines the maximum number of concurrent message handlers. Default: `100` | `10`
9798

0 commit comments

Comments
 (0)