From e3e2783ba89a01ee1dd235265141b64ce5c4c80e Mon Sep 17 00:00:00 2001 From: Trond Hindenes Date: Mon, 4 Jan 2021 13:35:32 +0100 Subject: [PATCH] Added reconnectWait to yaml spec --- .../components/setup-pubsub/supported-pubsub/setup-rabbitmq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-rabbitmq.md b/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-rabbitmq.md index b34f50f96..2e2f8d8a1 100644 --- a/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-rabbitmq.md +++ b/daprdocs/content/en/operations/components/setup-pubsub/supported-pubsub/setup-rabbitmq.md @@ -31,6 +31,8 @@ spec: value: "false" - name: prefetchCount value: "0" + - name: reconnectWait + value: "0" ``` {{% alert title="Warning" color="warning" %}} The above example uses secrets as plain strings. It is recommended to use a secret store for the secrets as described [here]({{< ref component-secrets.md >}}).