Skip to content

Commit

Permalink
Simplify kafka client bootstrap server names and ports config updates (
Browse files Browse the repository at this point in the history
…#167)

* Update binding doc for simplified Kafka server
  • Loading branch information
akrambek authored Jan 18, 2024
1 parent f1cca4e commit f5340a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions src/reference/config/bindings/binding-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Conditional routes based on `kafka` `topic` names are used to route these networ
- [options.topics](#options-topics)
- [topics\[\].name\*](#topics-name)
- [topics\[\].defaultOffset](#topics-defaultoffset)
- [options.servers](#options-servers)
- [options.sasl](#options-sasl)
- [sasl.name](#sasl-name)
- [sasl.mechanism\*](#sasl-mechanism)
Expand Down Expand Up @@ -130,6 +131,12 @@ Topic name.

Fetch offset to use for new consumers

### options.servers

> `array` of `string`

Bootstrap servers to use when connecting to `kafka` cluster.

### options.sasl

> `object`
Expand Down
2 changes: 1 addition & 1 deletion src/reference/config/bindings/binding-tcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Zilla runtime tcp binding.
tcp_server:
type: tcp
kind: server
exit: echo_server
options:
host: 0.0.0.0
port: 12345
exit: echo_server
```
## Summary
Expand Down
2 changes: 1 addition & 1 deletion src/reference/config/bindings/binding-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ A list of reference names for the Vault signer certificate.

### options.trustcacerts

> `boolean`
> `boolean` | Default: `true` when trust is `null`

Trust CA certificates.

Expand Down

0 comments on commit f5340a2

Please sign in to comment.