mirror of https://github.com/dapr/docs.git
add version field
This commit is contained in:
parent
d0bd9c0e08
commit
887a526959
|
@ -39,6 +39,8 @@ spec:
|
|||
value: 1024
|
||||
- name: consumeRetryInterval # Optional.
|
||||
value: 200ms
|
||||
- name: version
|
||||
value: 0.10.2.0
|
||||
```
|
||||
|
||||
## Spec metadata fields
|
||||
|
@ -54,6 +56,7 @@ spec:
|
|||
| 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`
|
||||
| version | N | Kafka cluster version. Defaults to `2.0.0.0` | `0.10.2.0`
|
||||
|
||||
## Per-call metadata fields
|
||||
|
||||
|
|
Loading…
Reference in New Issue