mirror of https://github.com/dapr/docs.git
Adding consumeRetryInterval setting to the Kafka pubsub settings table
This commit is contained in:
parent
fe6bc7982b
commit
6f6c5b9c01
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue