Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/commands/sethook.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ SETHOOK warehouse kafka://10.0.20.78:9092/warehouse ...

All webhook messages will be sent to the Kafka server at `10.0.20.78:9092` to a [topic](https://kafka.apache.org/documentation/#intro_topics) called warehouse. The port number is optional and will default to 9092.

Multiple broker addresses can be specified using commas, so the client can bootstrap through any available broker in the cluster:

```tile38-cli
SETHOOK warehouse kafka://10.0.20.78:9092,10.0.20.79:9092,10.0.20.80:9092/warehouse ...
```

#### Options

- `auth` - `sasl`, `tls`, `none`
Expand Down