mirror of https://github.com/dapr/docs.git
Adding consumeRetryInterval to example manifest
This commit is contained in:
parent
6f6c5b9c01
commit
c1b648b40e
|
@ -37,6 +37,8 @@ spec:
|
||||||
key: saslPasswordSecret
|
key: saslPasswordSecret
|
||||||
- name: maxMessageBytes # Optional.
|
- name: maxMessageBytes # Optional.
|
||||||
value: 1024
|
value: 1024
|
||||||
|
- name: consumeRetryInterval # Optional.
|
||||||
|
value: 200ms
|
||||||
```
|
```
|
||||||
|
|
||||||
## Spec metadata fields
|
## Spec metadata fields
|
||||||
|
|
Loading…
Reference in New Issue