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:
Oliver Tomlinson 2023-10-19 14:37:50 +01:00 committed by GitHub
parent 864892a611
commit e82d51c2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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"
```

View File

@ -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"
```