From a5077c41b48577e9cef7934962755865edcdcb09 Mon Sep 17 00:00:00 2001 From: Tomasz Pietrek Date: Tue, 1 Nov 2022 11:31:21 +0100 Subject: [PATCH] Add NATS streamName docs Signed-off-by: Tomasz Pietrek --- .../components-reference/supported-pubsub/setup-jetstream.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-jetstream.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-jetstream.md index c2b4257af..fa64c270f 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-jetstream.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-jetstream.md @@ -34,6 +34,8 @@ spec: value: "/path/to/tls.key" - name: name value: "my-conn-name" + - name: streamName + value: "my-stream" - name: durableName value: "my-durable" - name: queueGroupName @@ -74,6 +76,7 @@ spec: | tls_client_cert | N | NATS TLS Client Authentication Certificate | `"/path/to/tls.crt"` | | tls_client_key | N | NATS TLS Client Authentication Key | `"/path/to/tls.key"` | | name | N | NATS connection name | `"my-conn-name"` | +| streamName | N | Name of the JetStream Stream to bind to | `"my-stream"` | | durableName | N | [Durable name] | `"my-durable"` | | queueGroupName | N | Queue group name | `"my-queue"` | | startSequence | N | [Start Sequence] | `1` |