Adding consumeRetryInterval setting to the Kafka pubsub settings table

This commit is contained in:
Phil Kedy 2021-10-28 12:05:46 -04:00
parent fe6bc7982b
commit 6f6c5b9c01
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ spec:
| saslPassword | N | The SASL password used for authentication. Can be `secretKeyRef` to use a [secret reference]({{< ref component-secrets.md >}}). Only required if `authRequired` is set to `"true"`. | `""`, `"KeFg23!"`
| initialOffset | N | The initial offset to use if no offset was previously committed. Should be "newest" or "oldest". Defaults to "newest". | `"oldest"`
| maxMessageBytes | N | The maximum size in bytes allowed for a single Kafka message. Defaults to 1024. | `2048`
| consumeRetryInterval | N | The interval between retries when attempting to consume topics. Treats numbers without suffix as milliseconds. Defaults to 100ms. | `200ms`
## Per-call metadata fields