mirror of https://github.com/dapr/docs.git
update to use the default kafka version to avoid uneccessary errors (#3837)
updated kafka pubsub component docs Signed-off-by: Oliver Tomlinson <oliverjamestomlinson@gmail.com>
This commit is contained in:
parent
864892a611
commit
e82d51c2ca
|
@ -46,7 +46,7 @@ spec:
|
|||
- name: maxMessageBytes # Optional.
|
||||
value: "1024"
|
||||
- name: version # Optional.
|
||||
value: "1.0.0"
|
||||
value: "2.0.0"
|
||||
- name: direction
|
||||
value: "input, output"
|
||||
```
|
||||
|
|
|
@ -46,7 +46,7 @@ spec:
|
|||
- name: consumeRetryInterval # Optional.
|
||||
value: 200ms
|
||||
- name: version # Optional.
|
||||
value: 0.10.2.0
|
||||
value: 2.0.0
|
||||
- name: disableTls # Optional. Disable TLS. This is not safe for production!! You should read the `Mutual TLS` section for how to use TLS.
|
||||
value: "true"
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue