Skip to content

Commit

Permalink
update to use the default kafka version to avoid uneccessary errors (#…
Browse files Browse the repository at this point in the history
…3837)

updated kafka pubsub component docs

Signed-off-by: Oliver Tomlinson <[email protected]>
  • Loading branch information
olitomlinson authored Oct 19, 2023
1 parent 864892a commit e82d51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down

0 comments on commit e82d51c

Please sign in to comment.