From 119e0358bdd6acd50868f30d772e574a89cff98d Mon Sep 17 00:00:00 2001 From: zhangchao Date: Sat, 6 Nov 2021 17:30:08 +0800 Subject: [PATCH] add consumeRetryInterval to tls example yaml --- .../components-reference/supported-pubsub/setup-apache-kafka.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md index 5b3126d91..214aefafd 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md @@ -84,6 +84,8 @@ spec: value: "true" - name: saslUsername # Required if authRequired is `true`. value: "adminuser" + - name: consumeRetryInterval # Optional. + value: 200ms - name: saslPassword # Required if authRequired is `true`. secretKeyRef: name: kafka-secrets