From 7d780bcc5c2a682766ea58be5b4d776305b2f9fa Mon Sep 17 00:00:00 2001 From: Marc Duiker Date: Wed, 20 Dec 2023 22:47:06 +0100 Subject: [PATCH] Fix typo in link Signed-off-by: Marc Duiker --- .../supported-pubsub/setup-nats-streaming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-nats-streaming.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-nats-streaming.md index 8ee5e82229a..8dbd803abad 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-nats-streaming.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-nats-streaming.md @@ -67,7 +67,7 @@ NATS Streaming has been [deprecated](https://github.com/nats-io/nats-streaming-s | natsStreamingClusterID | Y | NATS cluster ID |`"clusterId"`| | subscriptionType | Y | Subscription type. Allowed values `"topic"`, `"queue"` | `"topic"` | | ackWaitTime | N | See [here](https://nats-io.gitbook.io/legacy-nats-docs/nats-streaming-server-aka-stan/developing-with-stan/acknowledgements) | `"300ms"`| -| maxInFlight | N | See [here](hhttps://nats-io.gitbook.io/legacy-nats-docs/nats-streaming-server-aka-stan/developing-with-stan/acknowledgements) | `"25"` | +| maxInFlight | N | See [here](https://nats-io.gitbook.io/legacy-nats-docs/nats-streaming-server-aka-stan/developing-with-stan/acknowledgements) | `"25"` | | durableSubscriptionName | N | [Durable subscriptions](https://nats-io.gitbook.io/legacy-nats-docs/nats-streaming-server-aka-stan/developing-with-stan/durable-subscriptions) identification name. | `"my-durable"`| | deliverNew | N | Subscription Options. Only one can be used. Deliver new messages only | `"true"`, `"false"` | | startAtSequence | N | Subscription Options. Only one can be used. Sets the desired start sequence position and state | `"100000"`, `"230420"` |